how to break the mouse scroll input?

Questions and answers about 3Dconnexion devices on Windows.

Moderator: Moderators

Post Reply
SnowWindSaveYou
Posts: 10
Joined: Sun Jan 09, 2022 8:42 pm

how to break the mouse scroll input?

Post by SnowWindSaveYou »

I found that when spaceMouse rotation is enabled,
it will sends mouse scroll input to the system,
and then it messes up my other interactions on mouse scroll,
how can i break it ?
jwick
Moderator
Moderator
Posts: 3339
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Re: how to break the mouse scroll input?

Post by jwick »

Turn off rotations for your app
SnowWindSaveYou
Posts: 10
Joined: Sun Jan 09, 2022 8:42 pm

Re: how to break the mouse scroll input?

Post by SnowWindSaveYou »

jwick wrote: Thu Mar 16, 2023 2:10 am Turn off rotations for your app
it's spaceMouse activity, turn off rotation for my app doesn't work for it, the problem can be happened even i didn't integrate sdk.
"spaceMouse rotation is enabled" means that if i press enable rotation button on spaceMouse and enable rotate setting in driver.
jwick
Moderator
Moderator
Posts: 3339
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Re: how to break the mouse scroll input?

Post by jwick »

If the driver does not recognize your application, it will configure the Rx axis to send MouseWheel events.

If you are the developer of the app, which API are you using to access the 3Dx device?
If it is not one of our APIs, you need to tell the driver what you are using, and it will cooperate.

If your app does not access the 3Dx device, then you can disable the MouseWheel assignment.
You can do this for individual apps, or for all.
Post Reply