Web Engine Canvas
    Preparing search index...

    Interface IInputController

    interface IInputController {
        add(inputName: string, inputType: IInputType): void;
        clear(): void;
        destroy(): void;
        get<T extends IInputType>(inputName: string): undefined | T;
        refresh(): void;
        remove(inputName: string): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods