UNPKG

xinput-ffi

Version:

Access native XInput functions as well as some helpers based around them.

5 lines (4 loc) 157 B
export * as constants from "./XInput/constants.js"; export * from "./XInput/XInput.js"; export * from "./misc/helper.js"; export * from "./misc/gamepad.js";