The GestureEvent is a proprietary interface specific to WebKit gives information regarding multi-touch gestures. Events using interface include gesturestart, gesturechange, and gestureend.
The GestureEvent is a proprietary interface specific to WebKit gives information regarding multi-touch gestures. Events using interface include gesturestart, gesturechange, and gestureend.
(init-gesture-event this & args)
Method.
Initializes the value of an GestureEvent. If the event has already dispatched, this method does nothing.
Method. Initializes the value of an GestureEvent. If the event has already dispatched, this method does nothing.
(rotation this)
Property.
Change in rotation (in degrees) since the event's beginning. values indicate clockwise rotation; negative values indicate rotation. Initial value: 0.0
Property. Change in rotation (in degrees) since the event's beginning. values indicate clockwise rotation; negative values indicate rotation. Initial value: 0.0
(scale this)
Property.
Distance between two digits since the event's beginning. Expressed a floating-point multiple of the initial distance between the at the beginning of the gesture. Values below 1.0 indicate an pinch (zoom out). Values above 1.0 indicate an outward unpinch in). Initial value: 1.0
Property. Distance between two digits since the event's beginning. Expressed a floating-point multiple of the initial distance between the at the beginning of the gesture. Values below 1.0 indicate an pinch (zoom out). Values above 1.0 indicate an outward unpinch in). Initial value: 1.0
(set-rotation! this val)
Property.
Change in rotation (in degrees) since the event's beginning. values indicate clockwise rotation; negative values indicate rotation. Initial value: 0.0
Property. Change in rotation (in degrees) since the event's beginning. values indicate clockwise rotation; negative values indicate rotation. Initial value: 0.0
(set-scale! this val)
Property.
Distance between two digits since the event's beginning. Expressed a floating-point multiple of the initial distance between the at the beginning of the gesture. Values below 1.0 indicate an pinch (zoom out). Values above 1.0 indicate an outward unpinch in). Initial value: 1.0
Property. Distance between two digits since the event's beginning. Expressed a floating-point multiple of the initial distance between the at the beginning of the gesture. Values below 1.0 indicate an pinch (zoom out). Values above 1.0 indicate an outward unpinch in). Initial value: 1.0
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close