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