This property 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. The range of values is -90 to 90 degrees and a positive value is a tilt toward the user. For devices that do not support this property, the value is 0.
For an illustration of this property, see Figure 3 in the specification.
This property is Read only .
var tilt = pointerEvent.tiltY;
tilt
An example of this property is included in the PointerEvent.tiltX example.
Specification | Status | Comment |
---|---|---|
Pointer Events – Level 2 The definition of 'tiltY' in that specification. | Working Draft | Non-stable version. |
Pointer Events The definition of 'tiltY' in that specification. | Recommendation | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 55 | 12 | 59
|
10 | 42 | No |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | 55 | 55 | 12 | No
|
42 | No | 6.0 |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/tiltY