Game (functions)/Inputs/Table

From PMDOWiki
Revision as of 00:02, 18 January 2026 by Imbion (talk | contribs) (Created page with "{| class="wikitable" |- ! Function !! Description |- |IsKeyDown |Checks if a player is making a certain physical keyboard input. Returns true if the button is currently being pressed, false otherwise. |- |IsInputDown |Checks if a player is making a certain game input. Returns true if the input is currently pressed, false otherwise. |- |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Function Description
IsKeyDown Checks if a player is making a certain physical keyboard input. Returns true if the button is currently being pressed, false otherwise.
IsInputDown Checks if a player is making a certain game input. Returns true if the input is currently pressed, false otherwise.