6 lines
175 B
Lua
6 lines
175 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return true/false isDown
|
|
---Returns whether an Alt key on the keyboard is held down.
|
|
function IsAltKeyDown() end
|