]> Creatis software - clitk.git/blobdiff - vv/vvInteractorStyleNavigator.cxx
- add other types/dim (warning still bugs ! do not use)
[clitk.git] / vv / vvInteractorStyleNavigator.cxx
index 58c88ca57416ea9398e8d9822fb843db73d44c61..96c45a4d24cf7d5a6641bf0d311062d315180e99 100644 (file)
@@ -280,6 +280,7 @@ void vvInteractorStyleNavigator::OnLeftButtonDown()
 //----------------------------------------------------------------------------
 void vvInteractorStyleNavigator::OnLeftButtonUp()
 {
+  //  DD("OnLeftButtonUp");
     switch (this->State)
     {
     case VTKIS_PICK:
@@ -341,8 +342,8 @@ void vvInteractorStyleNavigator::OnChar()
         break;
     }
 
-    case 'w'  :
-    case 'W'  :
+    case 'o'  :
+    case 'O'  :
     {
         this->FindPokedRenderer(this->Interactor->GetEventPosition()[0],
                                 this->Interactor->GetEventPosition()[1]);
@@ -358,8 +359,8 @@ void vvInteractorStyleNavigator::OnChar()
         this->ReleaseFocus();
         break;
     }
-    case 'x'  :
-    case 'X'  :
+    case 'i'  :
+    case 'I'  :
     {
         this->FindPokedRenderer(rwi->GetEventPosition()[0],
                                 rwi->GetEventPosition()[1]);