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

9 lines
308 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