Function InputEventAction.pressed

If true, the action's state is pressed. If false, the action's state is released.

bool pressed() nothrow @property @nogc;

void pressed (
  bool v
) nothrow @property @nogc;