InputManager.GetButtonReleased

Method in InputManager

Declaration

public bool GetButtonReleased(InputButton button)

Description

Checks if the specified input button was released this frame.

Parameters

buttonThe input button to read.

Returns

boolTrue if the input button was released this frame.