InputEvent.isActionReleased

Returns true if the given action is released (i.e. not pressed). Not relevant for events of type InputEventMouseMotion or InputEventScreenDrag.

struct InputEvent
@nogc nothrow const
bool
isActionReleased
(
in String action
)

Meta