UNPKG

three-game-engine

Version:

Simple light-weight game engine using three.js, three-mesh-ui and rapier

9 lines (8 loc) 197 B
declare class KeyboardHandler { pressedKeys: {}; shiftIsDown: boolean; constructor(); isKeyDown(key: string): boolean; isShiftDown(): boolean; } export default KeyboardHandler;