SetRawMousePosition
Description
Attempts to position any mouse pointer used on this platform. Not guaranteed to work on all platforms. Will only work whilst your app window has focus.
Definition
SetRawMousePosition( x, y )
void agk::SetRawMousePosition( float x, float y )
Parameters
- x - The X component of the new mouse position.
- y - The Y component of the new mouse position.