------------------------------------------------------------------------------
| 712 | |
| 713 | //------------------------------------------------------------------------------ |
| 714 | void vtkWebAssemblyRenderWindowInteractor::ExitCallback() |
| 715 | { |
| 716 | if (this->HasObserver(vtkCommand::ExitEvent)) |
| 717 | { |
| 718 | this->InvokeEvent(vtkCommand::ExitEvent, nullptr); |
| 719 | } |
| 720 | this->TerminateApp(); |
| 721 | } |
| 722 | |
| 723 | VTK_ABI_NAMESPACE_END |
nothing calls this directly
no test coverage detected