Klampt
Klampt copied to clipboard
Is it possible to capture mouse wheel scrolling action ?
The goal is to have a function like GLNavigationProgram.mousefunc(self,button,state,x,y)
to know the mouse wheel state.
This isn't implemented yet because not all visualization backends will support mouse wheel capture. However, it may be possible to do this on Qt. I'll put this on the feature wish list
The latest push to main now allows for mouse wheel updates. See mousewheelfunc(self,dhorizontal,dvertical,x,y)!
Adding a note that this is only available in OpenGL backends (Qt / GLUT)