GestureSingle.exclusive

bool exclusive() @property

Get exclusive property.

Returns

Whether the gesture is exclusive.

Exclusive gestures only listen to pointer and pointer emulated events.

void exclusive(bool propval) @property

Set exclusive property.

Parameters

propvalWhether the gesture is exclusive. Exclusive gestures only listen to pointer and pointer emulated events.