Files
wow_Meta/api/GetCursorPosition.lua
2025-05-04 14:35:26 +02:00

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