GestureSingle.setExclusive
void setExclusive(bool exclusive)Sets whether gesture is exclusive. An exclusive gesture will only handle pointer and "pointer emulated" touch events, so at any given time, there is only one sequence able to interact with those.
Parameters
exclusive | true to make gesture exclusive |