Files
cocos-engine/pal/input/native/index.ts
PP ccd505ad14 migrate Engine Input Event into PAL (#9320)
* optimize input module

* rename

* fix CI

* update input-box.d.ts
2021-09-15 13:51:38 +08:00

6 lines
168 B
TypeScript

export * from './accelerometer-input';
export * from './gamepad-input';
export * from './keyboard-input';
export * from './mouse-input';
export * from './touch-input';