4 lines
350 B
Lua
4 lines
350 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Detects the presence of a "WoW" compatible multi-button mouse. This function is used by the default user interface to enable or disable the configuration option for a many buttoned WoW mouse. If the mouse is not found, the WOW_MOUSE_NOT_FOUND event will fire.
|
|
function DetectWowMouse() end |