Search completed in 1.24 seconds.
4 results for "MozRotateGestureUpdate":
nsIDOMSimpleGestureEvent
MozillaTechXPCOMReferenceInterfacensIDOMSimpleGestureEvent
mozrotategestureupdate - generated periodically while the user is continuing the rotation gesture.
... the "delta" value represents the rotation since the last mozrotategesturestart or mozrotategestureupdate event.
...if you only want to receive a single event when the rotation gesture is complete, you only need to hook this event and can safely ignore the mozrotategesturestart and the mozrotategestureupdate events.
Mouse gesture events - Developer guides
WebGuideEventsMouse gesture events
mozrotategestureupdate the mozrotategestureupdate event is sent periodically while processing a rotate gesture, to provide updated status information.
... the event's delta value represents the amount by which the gesture has moved since the mozrotategesturestart or mozrotategestureupdate event.
...if you only care about the end results of the rotate gesture, you can simply watch for this event; however, if you want to provide feedback during the handling of the gesture, you should also watch the mozrotategesturestart and mozrotategestureupdate events.
Event reference
WebEvents
mozrotategestureupdate addons specific two touch points rotate around a point (after a mozrotategesturestart).
... mozrotategesture addons specific two touch points rotate around a point (after a sequence of mozrotategestureupdate).
nsIDOMWindowUtils
MozillaTechXPCOMReferenceInterfacensIDOMWindowUtils
the event types supported are: mozswipegesturemaystart, mozswipegesturestart, mozswipegestureupdate, mozswipegestureend, mozswipegesture, mozmagnifygesturestart, mozmagnifygestureupdate, mozmagnifygesture, mozrotategesturestart, mozrotategestureupdate, mozrotategesture, mozpresstapgesture, moztapgesture, and mozedgeuigesture.