UNPKG

@absulit/gamepad.js

Version:

Custom implementation (wrapper) of the Gamepad API for gamepads.

4 lines (3 loc) 150 B
/* @ts-types="./gamepad.module.d.ts" */ export { GamepadJS, Button, Control } from "./gamepad.js"; export { gamepadInfo } from "./gamepadMapping.js";