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 API 支持这一点——但我不记得确切的库/API。但它可能需要一些 P/Invoke。您可以从查看 Touch SDK 或multitouchvista开始,它专门为多个鼠标提供代码。或者,多点 SDK
看来你必须实现一种多点触控..
看看TUIO,我以前用过它,用两个鼠标!