PathEngine home | previous: | next: |
Retrieves the current position of the mouse within the testbed window.
void getMouseScreenPosition(int32_t& screenX, int32_t& screenY); |
screenX | This will be set to the x coordinate of the mouse position. | ||
screenY | This will be set to the y coordinate of the mouse position. |
void getMouseScreenPosition(out int screenX, out int screenY); |
void getMouseScreenPosition(int_OutArgument screenX, int_OutArgument screenY); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |