21 #ifndef vtkWebInteractionEvent_h
22 #define vtkWebInteractionEvent_h
25 #include "vtkWebCoreModule.h"
54 vtkGetMacro(Buttons,
unsigned int);
62 vtkGetMacro(Modifiers,
unsigned int);
70 vtkGetMacro(KeyCode,
char);
78 vtkGetMacro(X,
double);
80 vtkGetMacro(Y,
double);
82 vtkGetMacro(Scroll,
double);
87 vtkGetMacro(RepeatCount,
int);
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...