@phaserjs/phaser
Version:
13 lines (12 loc) • 294 B
JavaScript
import * as Keys from "./keys";
import { GetKeyDownDuration } from "./GetKeyDownDuration";
import { Key } from "./Key";
import { Keyboard } from "./Keyboard";
import { SetKeyRepeatRate } from "./SetKeyRepeatRate";
export {
GetKeyDownDuration,
Key,
Keys,
Keyboard,
SetKeyRepeatRate
};