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

Method onKeyboard

dgl/src/Widget.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181bool Widget::onKeyboard(const KeyboardEvent& ev)
182{
183 return pData->giveKeyboardEventForSubWidgets(ev);
184}
185
186bool Widget::onCharacterInput(const CharacterInputEvent& ev)
187{

Callers 3

FOR_EACH_SUBWIDGET_INVFunction · 0.45
handlePluginKeyboardVSTFunction · 0.45

Calls 1

Tested by

no test coverage detected