InputEvent.isActionReleased

Returns true if the given action is released (i.e. not pressed). Not relevant for the event types MOUSE_MOTION, SCREEN_DRAG or NONE.

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

Meta