Function InputEventScreenTouch.pressed
If true
, the touch's state is pressed. If false
, the touch's state is released.
bool pressed() nothrow @property @nogc;
void pressed
(
bool v
) nothrow @property @nogc;