Function BaseButton.keepPressedOutside
If true
, the button stays pressed when moving the cursor outside the button while pressing it.
bool keepPressedOutside() nothrow @property @nogc;
void keepPressedOutside
(
bool v
) nothrow @property @nogc;