Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
bool Widget::onCharacterInput(const CharacterInputEvent& ev)
187
{
188
return pData->giveCharacterInputEventForSubWidgets(ev);
189
}
190
191
bool Widget::onMouse(const MouseEvent& ev)
192
{
Callers
3
FOR_EACH_TOP_LEVEL_WIDGET_INV
Function · 0.45
FOR_EACH_SUBWIDGET_INV
Function · 0.45
handlePluginKeyboardVST
Function · 0.45
Calls
1
giveCharacterInputEventForSubWidgets
Method · 0.80
Tested by
no test coverage detected