1. 首页
  2. 数据库
  3. 其它
  4. node xinput ffi:通过ffi napi的XInput包装器 源码

node xinput ffi:通过ffi napi的XInput包装器 源码

上传者: 2021-04-04 14:52:38上传 ZIP文件 36.31KB 热度 22次
通过XInput包装器 快速范例 const XInput = require ( "xinput-ffi" ) ; //CommonJS //OR import * as XInput from "xinput-ffi" ; //ES Module //Check connected status for all controller console . log ( XInput . sync . listConnected ( ) ) // [true,false,false,false] Only 1st gamepad is connected XInput . sync . rumble ( ) ; //Rumble 1st XInput gamepad XInput . sync . rumble ( { force : 100 } ) ; //Now with 100% fo
用户评论