Function InputEventMouseButton.pressed

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

bool pressed() nothrow @property @nogc;

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