Search completed in 0.94 seconds.
4 results for "MozRotateGestureStart":
nsIDOMSimpleGestureEvent
MozillaTechXPCOMReferenceInterfacensIDOMSimpleGestureEvent
mozrotategesturestart - generated when the user begins 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
mozrotategesturestart the mozrotategesturestart event is sent when the user begins performing a rotate gesture, by placing two fingers on the trackpad and rotating them around the center of the trackpad.
...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
mozrotategesturestart addons specific two touch points start to rotate around a point.
... mozrotategestureupdate addons specific two touch points rotate around a point (after a mozrotategesturestart).
nsIDOMWindowUtils
MozillaTechXPCOMReferenceInterfacensIDOMWindowUtils
the event types supported are: mozswipegesturemaystart, mozswipegesturestart, mozswipegestureupdate, mozswipegestureend, mozswipegesture, mozmagnifygesturestart, mozmagnifygestureupdate, mozmagnifygesture, mozrotategesturestart, mozrotategestureupdate, mozrotategesture, mozpresstapgesture, moztapgesture, and mozedgeuigesture.