ObsidianTouchEventRegisterCallback.move method
ObsidianTouchEventRegisterCallback › move
Unofficial
Update the gesture with the current position during movement.Signature:
move(x: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| x | number | The current X coordinate. |
Returns: void