Skip to content

vtkWin32RenderWindowInteractor: Fix KeySym, KeyCode and improve modifiers

Mathieu Westphal (Kitware) requested to merge mwestphal/vtk:fix_win_rwi into master
  • Recover a keySym without modifiers when no keySym have been found
  • Recovera keyCode without modified when keyCode is invalid
  • Improve modifiers management by using more standard code and clarifying types
Edited by Mathieu Westphal (Kitware)

Merge request reports