Search completed in 2.36 seconds.
4 results for "MozMagnifyGesture":
nsIDOMSimpleGestureEvent
MozillaTechXPCOMReferenceInterfacensIDOMSimpleGestureEvent
mozmagnifygesturestart - generated when the user begins the magnify ("pinch") gesture.
... mozmagnifygestureupdate - generated periodically while the user is continuing the magnify ("pinch") gesture.
... the "delta" value represents the movement since the last mozmagnifygesturestart or mozmagnifygestureupdate event.
...And 3 more matches
Mouse gesture events - Developer guides
WebGuideEventsMouse gesture events
mozmagnifygesturestart the mozmagnifygesturestart event is sent when the user begins performing a "pinch" gesture, by using two fingers as the corners of a rectangle and moving them either closer together or farther apart.
...mozmagnifygestureupdate the mozmagnifygestureupdate event is sent periodically while processing a magnify gesture, to provide updated status information.
... the event's delta value represents the amount by which the gesture has moved since the mozmagnifygesturestart or mozmagnifygestureupdate event.
...And 2 more matches
Event reference
WebEvents
mozmagnifygesturestart addons specific two touch points start to move away from each other.
... mozmagnifygestureupdate addons specific two touch points move away from each other (after a mozmagnifygesturestart).
... mozmagnifygesture addons specific two touch points moved away from each other (after a sequence of mozmagnifygestureupdate).
nsIDOMWindowUtils
MozillaTechXPCOMReferenceInterfacensIDOMWindowUtils
the event types supported are: mozswipegesturemaystart, mozswipegesturestart, mozswipegestureupdate, mozswipegestureend, mozswipegesture, mozmagnifygesturestart, mozmagnifygestureupdate, mozmagnifygesture, mozrotategesturestart, mozrotategestureupdate, mozrotategesture, mozpresstapgesture, moztapgesture, and mozedgeuigesture.