Home > @rainway/native > Touch_2
Touch_2 class
Information about touch.
Signature:
export declare class Touch
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Touch class.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| contactBottom | number | ||
| contactLeft | number | ||
| contactRight | number | ||
| contactTop | number | ||
| orientation | number | ||
| pointerInfo | PointerInfo | ||
| pressure | number | ||
| touchMask | number |
