Files
cocos-engine/pal/input/native/gamepad-input.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

8 lines
116 B
TypeScript

export class GamepadInputSource {
support: boolean;
constructor () {
this.support = false;
}
}