Home > @rainway/native > PointerInfo
PointerInfo class
Information about a pointer.
Signature:
export declare class PointerInfo
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 PointerInfo class.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| frameId | number | ||
| pointerFlags | number | ||
| pointerId | number | ||
| x | number | ||
| y | number |
