10 lines
323 B
Lua
10 lines
323 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return RightButton button
|
|
---@return Button4
|
|
---@return Button5
|
|
---@return LeftButton
|
|
---@return MiddleButton
|
|
---@return RightButton
|
|
---Returns the mouse button that was used to activate the running macro
|
|
function GetRunningMacroButton() end |