------------------------------------------------------------------------------
| 428 | |
| 429 | //------------------------------------------------------------------------------ |
| 430 | void vtkVRInteractorStyle::EndPositionProp(vtkEventDataDevice3D* edata) |
| 431 | { |
| 432 | vtkEventDataDevice dev = edata->GetDevice(); |
| 433 | this->InteractionState[static_cast<int>(dev)] = VTKIS_NONE; |
| 434 | this->InteractionProps[static_cast<int>(dev)] = nullptr; |
| 435 | } |
| 436 | |
| 437 | namespace |
| 438 | { |
no test coverage detected