Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我会请求你帮助我并引导我走上正确的道路。我应该使用windows Touchpad驱动程序中已经可用的函数来纠正一个API,就像我想要每次触摸时都有x和y坐标,我想要压力值,我想要读取速度和加速度值也是如此。
我该怎么办呢,我现在真的很迷茫。我找不到任何教程或帮助,请指导我。
我将非常感谢您的时间和考虑。
问候
一种可能的路径是DeviceIOControl。
您需要的第二件事是触摸板的具体控制操作。我找不到任何证据表明这些是公开记录的。
另一个可能的路径是HID API,因为触摸板是人机界面设备。