| 102 | vtkEventDataDevice GetDevice() const { return this->Device; } |
| 103 | vtkEventDataDeviceInput GetInput() const { return this->Input; } |
| 104 | vtkEventDataAction GetAction() const { return this->Action; } |
| 105 | |
| 106 | void SetDevice(vtkEventDataDevice v) { this->Device = v; } |
| 107 | void SetInput(vtkEventDataDeviceInput v) { this->Input = v; } |
no outgoing calls