PointerEvent.Pressure

From Xojo Documentation

Read-Only Property (As Double )
DoubleValue = aPointerEvent.Pressure

New in 2020r2

Supported for all project types and targets.

The amount of pressure exerted on surface by the pointer (usually a stylus such as the Apple Pencil) at the time of the event.

Notes

A value of 1.0 is an average amount of pressure.

See Also

MobileCanvas.PointerDown, MobileCanvas.PointerDrag and MobileCanvas.PointerUp events.