UNPKG

lingo3d

Version:

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

6 lines 311 B
import { emitKeyPress } from "../events/onKeyPress"; import createInternalSystem from "./utils/createInternalSystem"; export const keyPressEmitSystem = createInternalSystem("keyPressEmitSystem", { update: (keyPressSet) => keyPressSet.size && emitKeyPress() }); //# sourceMappingURL=keyPressEmitSystem.js.map