文件名称:node-xinput-ffi:通过ffi-napi的XInput包装器
文件大小:36KB
文件格式:ZIP
更新时间:2024-04-19 13:11:17
nodejs windows pid ffi gamepad
通过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
【文件预览】:
node-xinput-ffi-master
----package.json(1KB)
----.eslintrc.json(646B)
----.github()
--------FUNDING.yml(53B)
----test()
--------test.sync.cjs(2KB)
--------test.async.mjs(896B)
--------test.loop.cjs(1KB)
----LICENSE(1KB)
----package-lock.json(37KB)
----.npmignore(46B)
----.gitignore(13B)
----lib()
--------xinput.cjs(21KB)
--------analog.cjs(3KB)
--------esm.mjs(577B)
--------controller.cjs(1KB)
--------code.cjs(5KB)
--------types()
--------PNPEntity()
----README.md(14KB)
----.prettierrc.json(24B)