This topic has not yet been rated - Rate this topic

idommspointerevent interface

The idommspointerevent interface corresponds to MSPointerEvent.

Members

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

Methods

The idommspointerevent interface has these methods.

MethodDescription
initPointerEvent

Used to create an MSPointerEvent from JavaScript.

 

Properties

The idommspointerevent interface has these properties.

PropertyDescription

hwTimestamp

Returns the time at which the pointer data was reported by the hardware, in microseconds.

pointerId

The unique identifier of the contact for a touch, mouse or pen.

pointerType

Returns whether the source of the event is touch, pen or mouse.

pressure

Returns pen pressure normalized in a range of 0 to 255.

rotation

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

tiltX

Returns the angle between the Y-Z plane and the plane containing the pen axis and the Y axis in the range of -90 to +90. A positive X tilt is to the right.

tiltY

Returns the angle between the X-Z and transducer-X planes. A positive Y tilt is toward the user.

 

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.