idommsgestureevent interface

The idommsgestureevent interface corresponds to MSGestureEvent.

Members

The idommsgestureevent interface inherits from the IUnknown interface. idommsgestureevent also has these types of members:

  • Methods
  • Properties

Methods

The idommsgestureevent interface has these methods.

Method Description
initGestureEvent

Initializes a newly-created gesture event.

 

Properties

The idommsgestureevent interface has these properties.

Property Access type Description

expansion

Read-only

Cumulative diameter of the manipulation area from the beginning of the interaction.

hwTimestamp

Read-only

Returns the time at which the event was created in milliseconds.

rotation

Read-only

Clockwise rotation of the cursor around its own major axis in the range of 0 to 359.

scale

Read-only

Cumulative scale factor for zoom from the beginning of the interaction.

translationX

Read-only

Cumulative translation along x-axis from the beginning of the interaction.

translationY

Read-only

Cumulative translation along y-axis from the beginning of the interaction.

velocityAngular

Read-only

Angular velocity in radians.

velocityExpansion

Read-only

Velocity of expanding manipulation area.

velocityX

Read-only

Velocity of movement along x-axis.

velocityY

Read-only

Velocity of movement along y-axis.