mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 07:41:53 +02:00
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
export declare function useTrackedPointer(): {
|
|
wasMoved(evt: PointerEvent): boolean;
|
|
update(evt: PointerEvent): void;
|
|
};
|