InputSingleton.isActionJustReleased

Returns true when the user stops pressing the action event, meaning it's true only on the frame that the user released the button.

struct InputSingleton
@nogc nothrow const
bool
isActionJustReleased
(
in String action
)

Meta