Input_CheckInputDown - MalisPierre/ModularGame GitHub Wiki
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.