tiltX
< dom | PointerEvent(Redirected from dom/objects/PointerEvent/tiltX)
tiltX
This page has been flagged with the following issues:
High-level issues:
Content:
W3C Working Draft
Summary
The plane angle (in degrees, in the range of [-90,90]) between the Y-Z plane and the plane containing both the transducer (e.g. pen stylus) axis and the Y axis.
Property of dom/PointerEvent
Syntax
Note: This property is read-only.
var result = event.tiltX;
Return Value
Returns an object of type unsigned long.
Needs Examples: This section should include examples.
Usage
A positive tiltX is to the right. tiltX can be used along with tiltY to represent the tilt away from the normal of a transducer with the digitizer. 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