Function InputEventJoypadButton.pressure
Represents the pressure the user puts on the button with his finger, if the controller supports it. Ranges from 0
to 1
.
double pressure() nothrow @property @nogc;
void pressure
(
double v
) nothrow @property @nogc;