Detect press of both buttons 'simultaneously'

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
totte_karlsson
Posts: 1
Joined: Fri Apr 29, 2016 11:20 am

Detect press of both buttons 'simultaneously'

Post by totte_karlsson »

Hello,

How can I write code that fires when a user presses both buttons on a SpaceNavigator mouse?

Regards,
-tk
jwick
Moderator
Moderator
Posts: 3331
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Re: Detect press of both buttons 'simultaneously'

Post by jwick »

You will get a separate press and release event of each button.
Left Press, Right Press... (both pressed) ...Left Release, Right Release.
Where Left/Right will appear in whatever order the user pressed/released them.
Post Reply