~ubuntu-branches/ubuntu/utopic/ginkgocadx/utopic-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/VTKInria3D/wxVTK/wxVTKRenderWindowInteractor.cpp

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2012-05-19 11:37:14 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519113714-13jwx5svm7d4fnsq
Tags: 2.12.0.4889-1
* New upstream version
* debian/control: Standards-Version: 3.9.3 (no changes needed)
* debhelper 9 (control+compat)

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
 
202
202
  //Bind the events to the event converters
203
203
  EVT_LEFT_DOWN   (wxVTKRenderWindowInteractor::OnButtonDown)
204
 
  EVT_LEFT_DCLICK (wxVTKRenderWindowInteractor::OnMouseDoubleCilck)
 
204
  EVT_LEFT_DCLICK (wxVTKRenderWindowInteractor::OnMouseDoubleClick)
205
205
  EVT_MIDDLE_DOWN (wxVTKRenderWindowInteractor::OnButtonDown)
206
206
  EVT_RIGHT_DOWN  (wxVTKRenderWindowInteractor::OnButtonDown)
207
207
  EVT_LEFT_UP     (wxVTKRenderWindowInteractor::OnButtonUp)
1295
1295
 
1296
1296
 
1297
1297
//---------------------------------------------------------------------------
1298
 
void wxVTKRenderWindowInteractor::OnMouseDoubleCilck(wxMouseEvent &event)
 
1298
void wxVTKRenderWindowInteractor::OnMouseDoubleClick(wxMouseEvent &event)
1299
1299
{
1300
1300
  if (!Enabled || (ActiveButton != wxEVT_NULL))
1301
1301
  {