fixed default id
This commit is contained in:
parent
495a49f681
commit
b35722028a
@ -12,7 +12,7 @@ class GamepadDemo {
|
|||||||
constructor(gamepad) {
|
constructor(gamepad) {
|
||||||
this.gamepad = gamepad;
|
this.gamepad = gamepad;
|
||||||
this.demoGamepad = {
|
this.demoGamepad = {
|
||||||
'id': id,
|
'id': 'xinput',
|
||||||
'timestamp': 0,
|
'timestamp': 0,
|
||||||
'index': 'demo',
|
'index': 'demo',
|
||||||
'mapping': 'standard',
|
'mapping': 'standard',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user