GestureSingle.exclusive

bool exclusive() @property nothrow

Get exclusive property.

Returns

Whether the gesture is exclusive. Exclusive gestures only listen to pointer

and pointer emulated events.

void exclusive(bool propval) @property nothrow

Set exclusive property.

Parameters

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