UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

15 lines (14 loc) 640 B
import Appendable from "../display/core/Appendable"; import { InputBindingApi } from "../editor/Editor/tweakpane"; export declare const refreshInputSystem: { add: ((item: InputBindingApi, initData?: { key: string; params: any; target: Appendable; } | undefined) => false | import("@lincode/promiselikes").Cancellable) | ((item: InputBindingApi, initData?: { key: string; params: any; target: Appendable; } | undefined) => boolean); delete: ((item: InputBindingApi) => false | import("@lincode/promiselikes").Cancellable | undefined) | ((item: InputBindingApi) => boolean); };