30 #ifndef vtkContextMouseEvent_h
31 #define vtkContextMouseEvent_h
70 this->Interactor = interactor;
79 return this->Interactor;
129 int GetModifiers()
const;
157 #endif // vtkContextMouseEvent_h
vtkVector2f GetScenePos() const
vtkVector2i GetScreenPos() const
void SetScenePos(const vtkVector2f &pos)
vtkRenderWindowInteractor * Interactor
vtkVector2i LastScreenPos
vtkVector2i GetLastScreenPos() const
vtkVector2f GetLastPos() const
platform-independent render window interaction including picking and frame rate control.
vtkVector2f GetLastScenePos() const
void SetButton(int button)
#define VTKRENDERINGCONTEXT2D_EXPORT
data structure to represent mouse events.
vtkRenderWindowInteractor * GetInteractor() const
void SetPos(const vtkVector2f &pos)
void SetScreenPos(const vtkVector2i &pos)
void SetLastPos(const vtkVector2f &pos)
void SetInteractor(vtkRenderWindowInteractor *interactor)
void SetLastScenePos(const vtkVector2f &pos)
vtkVector2f GetPos() const
void SetLastScreenPos(const vtkVector2i &pos)