| PathEngine home | previous: | next: |
Retrieves a vector for the current movement of the mouse in screen coordinates.
void getMouseScreenDelta(tSigned32& screendx, tSigned32& screendy);
|
| screendx | This will be set to the x coordinate of the movement vector. | ||
| screendy | This will be set to the y coordinate of the movement vector. |
The coordinate origin is at the bottom left of the window.
| Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEngine | next: |