VTK
vtkContextMouseEvent.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkContextScene.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 
27 #ifndef __vtkContextMouseEvent_h
28 #define __vtkContextMouseEvent_h
29 
30 #include "vtkVector.h" // Needed for vtkVector2f and vtkVector2i
31 
33 {
34 public:
36 
37  enum {
38  NO_BUTTON = 0,
42  };
44 
47 
50 
53 
56 
59 
62 
64 
65  int Button;
66 };
67 //ETX
69 
70 #endif // __vtkContextMouseEvent_h
data structure to represent mouse events.