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

8 lines
313 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param key BUTTON2
---@param BUTTON1
---@param BUTTON2
---@param binding string
---Overrides the default mouselook bindings to perform another binding with the mouse buttons
function SetMouselookOverrideBinding(key, BUTTON1, BUTTON2, binding) end