InputEventJoypadButton.pressure

Represents the pressure the user puts on the button with his finger, if the controller supports it. Ranges from 0 to 1.

  1. double pressure [@property getter]
  2. double pressure [@property setter]
    struct InputEventJoypadButton
    @nogc nothrow @property
    void
    pressure
    (
    double v
    )

Meta