7 lines
196 B
Lua
7 lines
196 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
|