BaseButton.ActionMode/actionMode - multiple declarations
Function BaseButton.actionMode
Determines when the button is considered clicked, one of the actionmode
constants.
BaseButton . ActionMode actionMode() nothrow @property @nogc;
void actionMode
(
long v
) nothrow @property @nogc;
Enum BaseButton.ActionMode
enum ActionMode
: int { ... }
Enum members
Name | Description |
---|---|
actionModeButtonPress
|
Require just a press to consider the button clicked. |
actionModeButtonRelease
|
Require a press and a subsequent release before considering the button clicked. |