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