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

5 lines
351 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