Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
bool Widget::onKeyboard(const KeyboardEvent& ev)
182
{
183
return pData->giveKeyboardEventForSubWidgets(ev);
184
}
185
186
bool Widget::onCharacterInput(const CharacterInputEvent& ev)
187
{
Callers
3
FOR_EACH_TOP_LEVEL_WIDGET_INV
Function · 0.45
FOR_EACH_SUBWIDGET_INV
Function · 0.45
handlePluginKeyboardVST
Function · 0.45
Calls
1
giveKeyboardEventForSubWidgets
Method · 0.80
Tested by
no test coverage detected