#include <vtkContextScene.h>
Definition at line 223 of file vtkContextScene.h.
Public Types | |
enum | { LEFT_BUTTON = 0, MIDDLE_BUTTON, RIGHT_BUTTON } |
Public Attributes | |
vtkVector2f | Pos |
vtkVector2f | ScenePos |
vtkVector2i | ScreenPos |
vtkVector2f | LastPos |
vtkVector2f | LastScenePos |
vtkVector2i | LastScreenPos |
int | Button |
anonymous enum |
Enumeration of mouse buttons.
Definition at line 228 of file vtkContextScene.h.
Position of the mouse in item coordinate system.
Definition at line 236 of file vtkContextScene.h.
Position of the mouse the scene coordinate system.
Definition at line 239 of file vtkContextScene.h.
Position of the mouse in screen coordinates
Definition at line 242 of file vtkContextScene.h.
`Pos' at the previous mouse event.
Definition at line 245 of file vtkContextScene.h.
`ScenePos'at the previous mouse event.
Definition at line 248 of file vtkContextScene.h.
`ScreenPos' at the previous mouse event.
Definition at line 251 of file vtkContextScene.h.
Mouse button that was pressed, using the anonymous enumeration.
Definition at line 254 of file vtkContextScene.h.