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

Method GetKeySym

Rendering/UI/vtkAndroidRenderWindowInteractor.cxx:364–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364const char* vtkAndroidRenderWindowInteractor::GetKeySym(int keyCode)
365{
366 const char* keysym = "None";
367 if (keyCode <= AKEYCODE_3D_MODE)
368 {
369 keysym = this->KeyCodeToKeySymTable[keyCode];
370 }
371 return keysym;
372}
373
374void vtkAndroidRenderWindowInteractor::HandleKeyEvent(
375 bool down, int nChar, int metaState, int nRepCnt)

Callers 15

HandleKeyEventMethod · 0.95
KeyPressEventMethod · 0.80
KeyPressEventMethod · 0.80
KeyReleaseEventMethod · 0.80
ProcessKeyEventsMethod · 0.80
MovePlaneActionMethod · 0.80
TranslationAxisLockMethod · 0.80
ProcessKeyEventsMethod · 0.80
ProcessKeyEventsMethod · 0.80
MoveConeActionMethod · 0.80
TranslationAxisLockMethod · 0.80
ProcessKeyEventsMethod · 0.80

Calls

no outgoing calls

Tested by 15

ExecuteMethod · 0.64
ExecuteMethod · 0.64
ExecuteMethod · 0.64
ExecuteMethod · 0.64
ExecuteMethod · 0.64
ExecuteMethod · 0.64
OnKeyPressMethod · 0.64
onKeyPressMethod · 0.64
ExecuteMethod · 0.64
ExecuteMethod · 0.64
OnKeyPressMethod · 0.64
HideNextBlockFunction · 0.64