}
//---------------------------------------------------------------------------
-void vtkInteractorStyleBaseView3D::OnLeftButtonDown ()
+void vtkInteractorStyleBaseView3D::OnLeftButtonDown()
{
+ printf("EED creaMaracasVisu::vtkInteractorStyleBaseView3D::OnLeftButtonDown \n");
vtkInteractorStyleBaseView::OnLeftButtonDown();
/*
if (GetInteractor()->GetControlKey()==1 ){
Program: Visualization Toolkit
Module: $RCSfile: wxVTKRenderWindowInteractor.cxx,v $
Language: C++
- Date: $Date: 2010/08/25 17:51:12 $
- Version: $Revision: 1.4 $
+ Date: $Date: 2010/10/04 05:18:13 $
+ Version: $Revision: 1.5 $
Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
//---------------------------------------------------------------------------
void wxVTKRenderWindowInteractor::OnButtonDown(wxMouseEvent &event)
{
+
if (!Enabled || (ActiveButton != wxEVT_NULL))
{
return;