Exclusive gestures only listen to pointer and pointer emulated events.
GestureSingle.exclusive
bool exclusive() @propertyGet exclusive property.
Returns
Whether the gesture is exclusive.
void exclusive(bool propval) @propertySet exclusive property.
Parameters
propval | Whether the gesture is exclusive. Exclusive gestures only listen to pointer and pointer emulated events. |