A JS simulator for the Gamepad API
A JS simulator for testing the Gamepad API.
This module creates a virtual gamepad on the screen that triggers the same events that a real gamepad gamepad would.
gamepadSimulator.create()
gamepadSimulator.connect()
navigator.getGamepads()
gamepadSimulator.disconnect()
gamepadSimulator.destroy()