MCPcopy Create free account
hub / github.com/Kitware/VTK / android_handle_input

Function android_handle_input

Rendering/UI/vtkAndroidRenderWindowInteractor.cxx:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358static 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
364const char* vtkAndroidRenderWindowInteractor::GetKeySym(int keyCode)
365{

Callers

nothing calls this directly

Calls 1

HandleInputMethod · 0.80

Tested by

no test coverage detected