tiltY
< dom | PointerEvent(Redirected from dom/objects/PointerEvent/tiltY)
tiltY
This page has been flagged with the following issues:
High-level issues:
W3C Working Draft
Summary
The plane angle (in degrees, in the range of [-90,90]) between the X-Z plane and the plane containing both the transducer (e.g. pen stylus) axis and the X axis.
Property of dom/PointerEvent
Syntax
Note: This property is read-only.
var result = event.tiltY;
Needs Examples: This section should include examples.
Usage
A positive tiltY is towards the user. tiltY can be used along with tiltX to represent the tilt away from the normal of a transducer with the digitzer. For devices that do not report tilt, the value must be 0.
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic Support | ? | ? | IE10 | ? |
? |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? | ? | ? |
Compatibility notes
| Browser | Version | Note |
|---|---|---|
| Internet Explorer | 10 | The PointerEvent object and associated events are supported with the MS prefix. E.g., MSPointerEvent |

This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here