| 356 | } |
| 357 | |
| 358 | static int32_t android_handle_input(struct android_app* app, AInputEvent* event) |
| 359 | { |
| 360 | vtkAndroidRenderWindowInteractor* self = (vtkAndroidRenderWindowInteractor*)app->userData; |
| 361 | return self->HandleInput(event); |
| 362 | } |
| 363 | |
| 364 | const char* vtkAndroidRenderWindowInteractor::GetKeySym(int keyCode) |
| 365 | { |
nothing calls this directly
no test coverage detected