Liking cljdoc? Tell your friends :D

web.ie.MSGestureEvent

The MSGestureEvent is a proprietary interface specific to Internet and Microsoft Edge which represents events that occur due to gestures. Events using this interface include MSGestureStart, MSGestureTap, MSGestureHold, MSGestureChange, and MSInertiaStart.

The MSGestureEvent is a proprietary interface specific to Internet
and Microsoft Edge which represents events that occur due to
gestures. Events using this interface include MSGestureStart,
MSGestureTap, MSGestureHold, MSGestureChange, and MSInertiaStart.
raw docstring

expansioncljs

(expansion this)

Property.

The diameter of the gesture area. For example, the distance between

Property.

The diameter of the gesture area. For example, the distance between
sourceraw docstring

gesture-objectcljs

(gesture-object this)

Property.

Returns the MSGesture object for this gesture event.

Property.

Returns the MSGesture object for this gesture event.
sourceraw docstring

init-gesture-eventcljs

(init-gesture-event this & args)

Method.

Initializes the value of an MSGestureEvent. If the event has being dispatched, this method does nothing. This method is deprecated of Microsoft Edge.

Method.

Initializes the value of an MSGestureEvent. If the event has
being dispatched, this method does nothing. This method is deprecated
of Microsoft Edge.
sourceraw docstring

rotationcljs

(rotation this)

Property.

Amount of rotation (in radians) since the previous MSGestureEvent the current gesture. Positive values indicate clockwise rotation; values indicate anticlockwise rotation.

Property.

Amount of rotation (in radians) since the previous MSGestureEvent
the current gesture. Positive values indicate clockwise rotation;
values indicate anticlockwise rotation.
sourceraw docstring

scalecljs

(scale this)

Property.

The difference in scale (for zoom gestures) from the previous of the current gesture.

Property.

The difference in scale (for zoom gestures) from the previous
of the current gesture.
sourceraw docstring

set-expansion!cljs

(set-expansion! this val)

Property.

The diameter of the gesture area. For example, the distance between

Property.

The diameter of the gesture area. For example, the distance between
sourceraw docstring

set-gesture-object!cljs

(set-gesture-object! this val)

Property.

Returns the MSGesture object for this gesture event.

Property.

Returns the MSGesture object for this gesture event.
sourceraw docstring

set-rotation!cljs

(set-rotation! this val)

Property.

Amount of rotation (in radians) since the previous MSGestureEvent the current gesture. Positive values indicate clockwise rotation; values indicate anticlockwise rotation.

Property.

Amount of rotation (in radians) since the previous MSGestureEvent
the current gesture. Positive values indicate clockwise rotation;
values indicate anticlockwise rotation.
sourceraw docstring

set-scale!cljs

(set-scale! this val)

Property.

The difference in scale (for zoom gestures) from the previous of the current gesture.

Property.

The difference in scale (for zoom gestures) from the previous
of the current gesture.
sourceraw docstring

set-translation-x!cljs

(set-translation-x! this val)

Property.

Distance traversed along the X-axis since the previous MSGestureEvent the current gesture

Property.

Distance traversed along the X-axis since the previous MSGestureEvent
the current gesture
sourceraw docstring

set-translation-y!cljs

(set-translation-y! this val)

Property.

Distance traversed along the Y-axis since the previous MSGestureEvent the current gesture

Property.

Distance traversed along the Y-axis since the previous MSGestureEvent
the current gesture
sourceraw docstring

set-velocity-angular!cljs

(set-velocity-angular! this val)

Property.

Angular velocity. Expressed in radians.

Property.

Angular velocity. Expressed in radians.
sourceraw docstring

set-velocity-expansion!cljs

(set-velocity-expansion! this val)

Property.

The velocity of the expansion of the gesture area.

Property.

The velocity of the expansion of the gesture area.
sourceraw docstring

set-velocity-x!cljs

(set-velocity-x! this val)

Property.

Velocity along the direction of the X-axis.

Property.

Velocity along the direction of the X-axis.
sourceraw docstring

set-velocity-y!cljs

(set-velocity-y! this val)

Property.

Velocity along the direction of the Y-axis.

Property.

Velocity along the direction of the Y-axis.
sourceraw docstring

translation-xcljs

(translation-x this)

Property.

Distance traversed along the X-axis since the previous MSGestureEvent the current gesture

Property.

Distance traversed along the X-axis since the previous MSGestureEvent
the current gesture
sourceraw docstring

translation-ycljs

(translation-y this)

Property.

Distance traversed along the Y-axis since the previous MSGestureEvent the current gesture

Property.

Distance traversed along the Y-axis since the previous MSGestureEvent
the current gesture
sourceraw docstring

velocity-angularcljs

(velocity-angular this)

Property.

Angular velocity. Expressed in radians.

Property.

Angular velocity. Expressed in radians.
sourceraw docstring

velocity-expansioncljs

(velocity-expansion this)

Property.

The velocity of the expansion of the gesture area.

Property.

The velocity of the expansion of the gesture area.
sourceraw docstring

velocity-xcljs

(velocity-x this)

Property.

Velocity along the direction of the X-axis.

Property.

Velocity along the direction of the X-axis.
sourceraw docstring

velocity-ycljs

(velocity-y this)

Property.

Velocity along the direction of the Y-axis.

Property.

Velocity along the direction of the Y-axis.
sourceraw docstring

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

× close