All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.core.GestureMgr.d.ts Maven / Gradle / Ivy

The newest version!
import { ZRRawTouchEvent } from './types';
import Displayable from '../graphic/Displayable';
export declare class GestureMgr {
    private _track;
    constructor();
    recognize(event: ZRRawTouchEvent, target: Displayable, root: HTMLElement): {
        type: string;
        target: Displayable;
        event: ZRRawTouchEvent;
    };
    clear(): this;
    _doTrack(event: ZRRawTouchEvent, target: Displayable, root: HTMLElement): void;
    _recognize(event: ZRRawTouchEvent): {
        type: string;
        target: Displayable;
        event: ZRRawTouchEvent;
    };
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy