Constants | ||
---|---|---|
int | SINGLE_TAP | The tap event is a single tap |
int | DOUBLE_TAP | The tap event is a double tap |
int | TRIPLE_TAP | The tap event is a triple tap |
The tap event is a single tap
Constant Value: 0 (0x00000000)
The tap event is a double tap
Constant Value: 1 (0x00000001)
The tap event is a triple tap
Constant Value: 2 (0x00000002)
Interface used to define constants for tap actions. See Registration.TapColumns to check if supported by device.