pressure
< dom | PointerEvent(Redirected from dom/objects/PointerEvent/pressure)
pressure
This page has been flagged with the following issues:
High-level issues:
W3C Working Draft
Summary
The normalized pressure of the pointer input in the range of [0,1], where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
Property of dom/PointerEvent
Syntax
Note: This property is read-only.
var result = event.pressure;
Needs Examples: This section should include examples.
Usage
For hardware that does not support pressure, including but not limited to mouse, the value must be 1 when in the active buttons state and 0 otherwise.
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