Skip to content

Input_CheckInputDown

MalisPierre edited this page Sep 20, 2018 · 2 revisions

bool Input.CheckInputDown(Keycode Code)


Description:

return true if the player has just pressed the key. false otherwise.


Parameters:

  • Keycode Code: The Key to check the Input From.

Returns:

  • bool: true if the key has just been pressed, false if not.
Clone this wiki locally