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

Method GetKeyCode

Rendering/Context2D/vtkContextKeyEvent.cxx:23–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23char vtkContextKeyEvent::GetKeyCode() const
24{
25 if (this->Interactor)
26 {
27 return this->Interactor->GetKeyCode();
28 }
29 else
30 {
31 // This should never happen, perhaps there is a better return value?
32 return 0;
33 }
34}
35VTK_ABI_NAMESPACE_END

Callers 15

CharEventCallbackFunction · 0.80
KeyPressEventMethod · 0.80
ProcessEventsHandlerMethod · 0.80
CharActionMethod · 0.80
PrintSelfMethod · 0.80
ChangeMagFunction · 0.80
OnKeyPressMethod · 0.80
OnKeyReleaseMethod · 0.80
OnCharMethod · 0.80
OnKeyDownMethod · 0.80
OnKeyUpMethod · 0.80

Calls

no outgoing calls

Tested by 7

CharEventCallbackFunction · 0.64
ChangeMagFunction · 0.64
keypressFuncFunction · 0.64
keypressFuncFunction · 0.64
keypressFuncFunction · 0.64