Skip to content

ObsidianTouchEventRegisterCallback.move method

ObsidianTouchEventRegisterCallback › move

Unofficial

Update the gesture with the current position during movement.

Signature:

move(x: number): void

Parameters:

Parameter Type Description
x number The current X coordinate.

Returns: void