如何在 C# 中检测侧鼠标按钮?

发布于 2024-12-19 19:59:31 字数 248 浏览 0 评论 0原文

我正在尝试为我的 Razer Naga 编写一个 C# 程序,但是我无法检测侧面鼠标按钮。在 MouseDown 事件处理程序中,它捕获 M1、M2、MMB,但没有捕获左侧靠近拇指的 12 个事件。

有什么方法可以检测到这些拇指按钮被按下吗?

谢谢。

I am trying to write a C# program for my Razer Naga but I am having trouble detecting side mouse-buttons. In the MouseDown event handler it catches M1, M2, MMB, but none of the 12 on the left hand-side near the thumb.

Is there any way to detect these thumb-buttons being pressed?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

画▽骨i 2024-12-26 19:59:31

Naga 上的侧面按钮仅映射到数字键,以及减号和加号等。因此,您很可能需要某种按键或其他正确的按键相关事件。

The side buttons on the Naga are just mapped to the number keys, as well as minus and plus, etc. So most likely you want some sort of keydown or other proper key related event.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文