UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

11 lines 588 B
import { IIOContext } from "../../../context/_types/IIOContext"; import { IKeyEventListener } from "../../../keyHandler/_types/IKeyEventListener"; import { IContent } from "../../_types/IContent"; /** * Creates a standard content key handler * @param content The content to be handled * @param context The context that the handler is used in * @returns The key handler tha can be added to the UILayer */ export declare function createStandardContentKeyHandler(content: IContent, context: IIOContext): IKeyEventListener; //# sourceMappingURL=createContentKeyHandler.d.ts.map