Game (functions)/Inputs
From PMDOWiki
GAME:IsKeyDown(System.Int32)
Checks if a player is making a certain physical keyboard input.
Arguments
keyid: The ID of the input
Returns
True if the button is currently pressed. False otherwise.
GAME:IsInputDown(System.Int32)
Checks if a player is making a certain game input.
Arguments
inputid: None
Returns
True if the input is currently pressed. False otherwise.
