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

Function android_handle_cmd

Rendering/UI/vtkAndroidRenderWindowInteractor.cxx:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310static void android_handle_cmd(struct android_app* app, int32_t cmd)
311{
312 vtkAndroidRenderWindowInteractor* self = (vtkAndroidRenderWindowInteractor*)app->userData;
313 self->HandleCommand(cmd);
314}
315
316void vtkAndroidRenderWindowInteractor::HandleCommand(int32_t cmd)
317{

Callers

nothing calls this directly

Calls 1

HandleCommandMethod · 0.80

Tested by

no test coverage detected