tiltY property

int get tiltY

The tiltY read-only property of the PointerEvent interface is the angle (in degrees) between the X-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 3 in the specification.

Implementation

external int get tiltY;