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]
    struct InputEventJoypadButton
    @nogc nothrow @property
    double
    pressure
    ()
  2. double pressure [@property setter]

Meta