ObsidianTouchEventRegisterCallback.finish method
ObsidianTouchEventRegisterCallback › finish
Unofficial
Complete the touch gesture with the final coordinates and velocity.Signature:
finish(x: number, y: number, z: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| x | number | The final X coordinate. |
| y | number | The final Y coordinate. |
| z | number | The velocity of the gesture. |
Returns: void