UNPKG

xinput-ffi

Version:

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

11 lines (9 loc) 315 B
/* Copyright (c) Anthony Beaumont This source code is licensed under the MIT License found in the LICENSE file in the root directory of this source tree. */ export * as constants from "./XInput/constants.js"; export * from "./XInput/XInput.js"; export * from "./misc/helper.js"; export * from "./misc/gamepad.js";