Liking cljdoc? Tell your friends :D

web.event.GestureEvent

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.
raw docstring

init-gesture-eventcljs

(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.
sourceraw docstring

rotationcljs

(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
sourceraw docstring

scalecljs

(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
sourceraw docstring

set-rotation!cljs

(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
sourceraw docstring

set-scale!cljs

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close