Skip to content
  • David Gobbi's avatar
    Use Qt text() instead of key() to get ASCII code · dc2d04cd
    David Gobbi authored
    This synchronizes QVTKRenderWindowInteractor.py key event handling
    with QVTKInteractorAdaptery.cxx.  The "char" for the VTK event
    must come from the text from the QKeyEvent, not from the Qt keycode.
    
    Also unified the KeyPress and KeyRelease behavior.
    dc2d04cd