UNPKG

@spearwolf/twopoint5d

Version:

a library to create 2.5d realtime graphics and pixelart with three.js

11 lines 470 B
export declare class InputControlBase { #private; protected addEventListener(host: EventTarget, eventName: string, callback: any, passive?: boolean): void; protected removeEventListener(host: EventTarget, eventName: string, callback: any, passive?: boolean): void; get isActive(): boolean; set isActive(active: boolean); subscribe(): void; unsubscribe(): void; destroyAllListeners(): void; } //# sourceMappingURL=InputControlBase.d.ts.map