]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.h
Updated Version with the moving of the objects updated and the background doesn't...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GObjectController.h
index 873396e762f2f09cc939838652c5c3e34fbd13d5..664ad9afe6666c37302622d48c64c854072a78f3 100644 (file)
@@ -90,13 +90,13 @@ namespace bbtk
                GObjectModel* _model;
                vtkGObjectView* _view;
                int _id;
+               bool _isLeftClickDown;
 
                //Protected Methods
                virtual bool  OnMouseMove();
                virtual bool  OnLeftButtonDown(); 
                virtual bool  OnLeftButtonUp();
                virtual bool  OnLeftDClick();
-               virtual bool  OnRightButtonDown();
 
                virtual void moveObject(int X,int Y);