UNPKG

@mesmotronic/xpad

Version:

Simplified Gamepad API for Xbox 360 and Xbox One controllers

3 lines (2 loc) 164 B
import { XpadState } from "../models/XpadState"; export declare const computeXpadState: (gamepad: Gamepad, state: XpadState, inputThreshold?: number) => XpadState;