Update imageviewerGamepad.js
This commit is contained in:
parent
df59b74ced
commit
679e873875
@ -24,7 +24,7 @@ window.addEventListener('gamepadconnected', (e) => {
|
|||||||
isWaiting = false;
|
isWaiting = false;
|
||||||
}
|
}
|
||||||
}, 10);
|
}, 10);
|
||||||
window.addEventListener('gamepaddisconnected', (e) => clearInterval(gamepads[e.gamepad.index]))
|
window.addEventListener('gamepaddisconnected', (e) => clearInterval(gamepads[e.gamepad.index]));
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user