MCPcopy Create free account
hub / github.com/DISTRHO/DPF / onKeyboard

Method onKeyboard

dgl/src/TopLevelWidget.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116// --------------------------------------------------------------------------------------------------------------------
117
118bool TopLevelWidget::onKeyboard(const KeyboardEvent& ev)
119{
120 return pData->keyboardEvent(ev);
121}
122
123bool TopLevelWidget::onCharacterInput(const CharacterInputEvent& ev)
124{

Callers

nothing calls this directly

Calls 1

keyboardEventMethod · 0.80

Tested by

no test coverage detected