| Did you know ... | Search Documentation: |
| gesture->event |
<->modifier,
the button matches gesture<->button,
the gesture<->condition
message is @nil
or executed successfully and gesture->verify
succeeds, the gesture will perform the following steps:
->initiate:
Event on itself to initiate<-status
to active->focus
to grab the event-focus
<-status
equals active, invokes gesture->drag:
event to itself<-status
equals active and the button matches the gesture<->button
of the gesture, invoke gesture->terminate
on itself and set gesture<->status
to inactive.
Fails when recogniser<->active
equals @off.
->drag ->initiate ->terminate ->verify -status