Hooking the 3rd X-Mouse button?

给你一囗甜甜゛ 提交于 2019-12-06 02:23:45

That's correct. The third X-button is handled by your mouse drivers, not by Windows itself. Windows doesn't have built-in knowledge of or support for more than two X-buttons. Those additional buttons wouldn't do anything at all without special drivers installed.

You need to find out how to communicate with your mouse driver software. That's the only way to get notifications when those buttons are clicked.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!