| 106 | void SetDevice(vtkEventDataDevice v) { this->Device = v; } |
| 107 | void SetInput(vtkEventDataDeviceInput v) { this->Input = v; } |
| 108 | void SetAction(vtkEventDataAction v) { this->Action = v; } |
| 109 | |
| 110 | bool DeviceMatches(vtkEventDataDevice val) |
| 111 | { |
no outgoing calls
no test coverage detected