UNPKG

@egjs/axes

Version:

A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.

10 lines (9 loc) 265 B
import { AxesOption } from "./Axes"; export declare class InterruptManager { private _options; private _prevented; constructor(_options: AxesOption); isInterrupting(): boolean; isInterrupted(): boolean; setInterrupt(prevented: any): void; }