Files
wow_Meta/api/GetCursorPosition.lua
2024-12-16 13:13:08 +01:00

6 lines
197 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