UNPKG

spatial-controls

Version:

Configurable 3D movement controls.

9 lines (8 loc) 241 B
import { KeyCode } from "./KeyCode.js"; /** * A collection that maps {@linkplain KeyboardEvent.keyCode legacy key codes} to {@link KeyCode} values. * * @group Input * @ignore */ export declare const keyCodeLegacy: Map<number, KeyCode>;