MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / detect

Method detect

core/src/utils/gesture/recognizers.ts:3–3  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

1export interface PanRecognizer {
2 start(x: number, y: number): void;
3 detect(x: number, y: number): boolean;
4 isGesture(): boolean;
5 getDirection(): number;
6}

Callers 1

pointerMoveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected