@phaserjs/phaser
Version:
69 lines (68 loc) • 1.37 kB
JavaScript
import { AKey } from "./AKey";
import { ArrowKeys } from "./ArrowKeys";
import { BKey } from "./BKey";
import { CKey } from "./CKey";
import { DKey } from "./DKey";
import { DownKey } from "./DownKey";
import { EKey } from "./EKey";
import { FKey } from "./FKey";
import { GKey } from "./GKey";
import { HKey } from "./HKey";
import { IKey } from "./IKey";
import { JKey } from "./JKey";
import { KKey } from "./KKey";
import { LKey } from "./LKey";
import { LeftKey } from "./LeftKey";
import { MKey } from "./MKey";
import { NKey } from "./NKey";
import { OKey } from "./OKey";
import { PKey } from "./PKey";
import { QKey } from "./QKey";
import { RKey } from "./RKey";
import { RightKey } from "./RightKey";
import { SKey } from "./SKey";
import { SpaceKey } from "./SpaceKey";
import { TKey } from "./TKey";
import { UKey } from "./UKey";
import { UpKey } from "./UpKey";
import { VKey } from "./VKey";
import { WASDKeys } from "./WASDKeys";
import { WKey } from "./WKey";
import { XKey } from "./XKey";
import { YKey } from "./YKey";
import { ZKey } from "./ZKey";
export {
AKey,
BKey,
CKey,
DKey,
EKey,
FKey,
GKey,
HKey,
IKey,
JKey,
KKey,
LKey,
MKey,
NKey,
OKey,
PKey,
QKey,
RKey,
SKey,
TKey,
UKey,
VKey,
WKey,
XKey,
YKey,
ZKey,
ArrowKeys,
DownKey,
LeftKey,
RightKey,
SpaceKey,
UpKey,
WASDKeys
};