-
-
Notifications
You must be signed in to change notification settings - Fork 91
飞智手柄驱动 #50
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
很好的项目,虽然我不想装 G Hub,但是让我看了眼设备管理器。
发现飞智空间站(手柄驱动)也提供了签名的虚拟键鼠驱动
所有相关文件位于安装目录下
Service文件夹内我直接使用了它提供的用户态 DLL
FeizVKBComm.dll,反编译 .NET DLLLibCommon.dll可以得到以下 C# P/Invoke 定义,和本项目提供的能力大致匹配。反编译FeizVKBComm.dll它的实现也很简单清晰https://gist.github.com/yume-chan/615d576d3376aaf139eb72529d459ee0#file-feizvkeymouhelper-cs
我只在 AutoHotKey 里直接调用测试了键盘的 API,没测鼠标的
供参考