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

5 lines
199 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return table frame
---Returns the frame that is currently under the mouse, and has mouse input enabled.
function GetMouseFocus() end