Input_CheckInputUp - MalisPierre/ModularGame GitHub Wiki
bool Input.CheckInputUp(Keycode Code)
Description:
return true if the player has just released the key. false otherwise.
Parameters:
- Keycode Code: The Key to check the Input From.
Returns:
- bool: true if the key has just released, false if not.