Hi all,
I am developing an application in Python 3.7 with PyQt5 and vtk 8.2.0 on Windows 7 / 10. I have a custom interactor class derived from vtkInteractorStyleTrackballCamera. I have added observers for KeyPressEvent and KeyReleaseEvent into this class.
One of the keys I use is the ALT key. When the ALT key is pressed it always registers the KeyPressEvent. However, it doesn’t always register the KeyReleaseEvent, which causes some issues. I have tested on multiple PCs, so it is not my dodgy keyboard!
Could there be something in the vtk source code that is causing this?
Thanks,
Michael