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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |