| 152 | } |
| 153 | |
| 154 | vtkVRModel* vtkVRRenderWindow::GetModelForDevice(vtkEventDataDevice idx) |
| 155 | { |
| 156 | auto handle = this->GetDeviceHandleForDevice(idx); |
| 157 | return this->GetModelForDeviceHandle(handle); |
| 158 | } |
| 159 | |
| 160 | vtkVRModel* vtkVRRenderWindow::GetModelForDeviceHandle(uint32_t handle) |
| 161 | { |
no test coverage detected