Files
wow-weakauras/Meta/api/GetCursorPosition.lua
2024-11-07 23:12:37 +01:00

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