PathEngine home | previous: | next: |
Retrieves a movement delta for the mouse in screen coordinates.
void getMouseScreenDelta(int32_t& screenDX, int32_t& screenDY); |
screenDX | This will be set to the x coordinate of the movement delta. | ||
screenDY | This will be set to the y coordinate of the movement delta. |
void getMouseScreenDelta(out int screenDX, out int screenDY); |
void getMouseScreenDelta(int_OutArgument screenDX, int_OutArgument screenDY); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |