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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close