UNPKG

xinput-ffi

Version:

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

10 lines (9 loc) 203 B
export function listDevices(): Promise<{ name: string; manufacturer: string; vendorID: number; productID: number; xinput: boolean; interfaces: string[]; guid: string[]; }[]>;