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.
我需要检测消息 WM_MOUSEMOVE 的来源,但在 Internet 上找不到任何资源。
这可能吗?
我坚信这是不可能的。WM_MOUSEMOVE描述鼠标光标在屏幕上的移动,无论是什么设备引起的动作。实际上它甚至可能是鼠标光标的软件模拟移动,即根本不是由任何硬件设备引起的。
WM_MOUSEMOVE
是的,实际上 Raw Input 可以检测到 mouse_move 消息的来源,否则其他输入设备(如操纵杆等)将无法工作。