------------------------------------------------------------------------------
| 47 | |
| 48 | //------------------------------------------------------------------------------ |
| 49 | void spinOnce(void* arg) |
| 50 | { |
| 51 | vtkWebAssemblyRenderWindowInteractor* iren = |
| 52 | static_cast<vtkWebAssemblyRenderWindowInteractor*>(arg); |
| 53 | iren->ProcessEvents(); |
| 54 | } |
| 55 | |
| 56 | //------------------------------------------------------------------------------ |
| 57 | bool spinOnceAndGetDone(void* arg) |
nothing calls this directly
no test coverage detected