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.
(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
(gesture-object this)
Property.
Returns the MSGesture object for this gesture event.
Property. Returns the MSGesture object for this gesture event.
(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.
(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.
(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.
(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
(set-gesture-object! this val)
Property.
Returns the MSGesture object for this gesture event.
Property. Returns the MSGesture object for this gesture event.
(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.
(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.
(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
(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
(set-velocity-angular! this val)
Property.
Angular velocity. Expressed in radians.
Property. Angular velocity. Expressed in radians.
(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.
(set-velocity-x! this val)
Property.
Velocity along the direction of the X-axis.
Property. Velocity along the direction of the X-axis.
(set-velocity-y! this val)
Property.
Velocity along the direction of the Y-axis.
Property. Velocity along the direction of the Y-axis.
(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
(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
(velocity-angular this)
Property.
Angular velocity. Expressed in radians.
Property. Angular velocity. Expressed in radians.
(velocity-expansion this)
Property.
The velocity of the expansion of the gesture area.
Property. The velocity of the expansion of the gesture area.
(velocity-x this)
Property.
Velocity along the direction of the X-axis.
Property. Velocity along the direction of the X-axis.
(velocity-y this)
Property.
Velocity along the direction of the Y-axis.
Property. Velocity along the direction of the Y-axis.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close