BaseButton.keepPressedOutside

If true, the button stays pressed when moving the cursor outside the button while pressing it. Note: This property only affects the button's visual appearance. Signals will be emitted at the same moment regardless of this property's value.

  1. bool keepPressedOutside [@property getter]
    struct BaseButton
    @nogc nothrow @property
    bool
    keepPressedOutside
    ()
  2. bool keepPressedOutside [@property setter]

Meta