TouchScreenButton.passbyPress

If true, the pressed and released signals are emitted whenever a pressed finger goes in and out of the button, even if the pressure started outside the active area of the button. Note: this is a "pass-by" (not "bypass") press mode.

  1. bool passbyPress [@property getter]
    struct TouchScreenButton
    @nogc nothrow @property
    bool
    passbyPress
    ()
  2. bool passbyPress [@property setter]

Meta