| 308 | } |
| 309 | |
| 310 | static void android_handle_cmd(struct android_app* app, int32_t cmd) |
| 311 | { |
| 312 | vtkAndroidRenderWindowInteractor* self = (vtkAndroidRenderWindowInteractor*)app->userData; |
| 313 | self->HandleCommand(cmd); |
| 314 | } |
| 315 | |
| 316 | void vtkAndroidRenderWindowInteractor::HandleCommand(int32_t cmd) |
| 317 | { |
nothing calls this directly
no test coverage detected