- Version: All
- Product: Developers
- Type: Suggestion
- Status: Confirmed
Hello, i would like to ask if a method can be added to return the currents cursor position in-game like:
public static Vector3 GetCursorPosition()
{
try
{
//return data
//return
}
catch (Exception ex)
{
Logging.WriteError(" " + ex, true);
return new Vector3(0.0f, 0.0f, 0.0f);
}
}
It would be really helpful for e.g. easy profile creating or editing.
Thank you in advance.
Recommended Comments
Create an account or sign in to comment