Files
wow_Meta/api/SetMouselookOverrideBinding.lua
2025-05-04 15:15:00 +02:00

10 lines
317 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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