6 lines
202 B
Lua
6 lines
202 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number cursorX
|
|
---@return number cursorY
|
|
---Returns the absolute position of the mouse cursor
|
|
function GetCursorPosition() end |