Login  Register

Re: [Ardor3D] SwtMouseWrapper

Posted by Stefan on Nov 05, 2015; 8:32am
URL: https://forum.jogamp.org/Ardor3D-SwtMouseWrapper-tp4035151p4035741.html

Hey Julien,

yesterday I accidentially hit a hidden mouse button of my mouse with ID 10.

I have a very simple mouse. It does not even have a middle mouse button. So, I think it is very likely that this exception will be thrown with more complex mouses out there.

I don't know the internals of the API but a constant for each button does not seem to be a good solution for arbitrarily complex input devices. Does the API support a way to intercept the exception? It just pops-up and I can't do anything about it.

Regards,

Stefan