InterfaceInput & Controls@public
FlxTouchEventLike
Minimal touch-pointer event accepted by the deterministic input queue.
ts
export interface FlxTouchEventLikeProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
isPrimary | readonly | boolean | - |
pointerId | readonly | number | - |
pressure | readonly | number | - |
x | readonly | number | - |
y | readonly | number | - |