1

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.

asked Dec 6, 2011 at 5:40
1

1 Answer 1

2

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.

answered Dec 6, 2011 at 5:44
Sign up to request clarification or add additional context in comments.

1 Comment

Ah. Good call. I'll just use KeyDown events instead.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.