GetCursorPos
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Returns the current X/Y screen coordinate of the mouse cursor (in MenuMode only).
Syntax
(pos:float) GetCursorPos axis:X/Y
Example
set fCursorX to GetCursorPos X
set fCursorY to GetCursorPos Y
Notes
- The screen's (0, 0) is at the top-left corner.