tiltX property

int get tiltX

The tiltX read-only property of the PointerEvent interface is the angle (in degrees) between the Y-Z plane of the pointer and the screen. This property is typically only useful for a pen/stylus pointer type.

For an illustration of this property see Figure 2 in the specification.

Implementation

external int get tiltX;