Choices of the Action object's ProcessArmed attribute that controls processing of the double-click.
More...
Choices of the Action object's ProcessArmed attribute that controls processing of the double-click.
◆ DOUBLE_CLICK_NONE
final int DOUBLE_CLICK_NONE = 0 |
|
static |
Handle double click as a single click.
◆ DOUBLE_CLICK_ONLY
final int DOUBLE_CLICK_ONLY = 1 |
|
static |
Activates the action only for double clicks.
◆ SINGLE_AND_DOUBLE_CLICK
final int SINGLE_AND_DOUBLE_CLICK = 3 |
|
static |
Activates the action for either single or double click, but indicates the type of the click when possible.
◆ SINGLE_CLICK_ONLY
final int SINGLE_CLICK_ONLY = 2 |
|
static |
Activates the action only for single clicks, including the first click of a double-click sequence.