SetCursorPos

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Moves the mouse cursor to the specified (X, Y) screen coordinates (in MenuMode only).

Syntax

[help]
SetCursorPos coordX:float coordY:float

Example

SetCursorPos 300 550 

Notes

  • The screen's (0, 0) is at the top-left corner.

See Also