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

Method onCharacterInput

dgl/src/Widget.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186bool Widget::onCharacterInput(const CharacterInputEvent& ev)
187{
188 return pData->giveCharacterInputEventForSubWidgets(ev);
189}
190
191bool Widget::onMouse(const MouseEvent& ev)
192{

Callers 3

FOR_EACH_SUBWIDGET_INVFunction · 0.45
handlePluginKeyboardVSTFunction · 0.45

Tested by

no test coverage detected