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

Method onCharacterInput

dgl/src/TopLevelWidget.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123bool TopLevelWidget::onCharacterInput(const CharacterInputEvent& ev)
124{
125 return pData->characterInputEvent(ev);
126}
127
128bool TopLevelWidget::onMouse(const MouseEvent& ev)
129{

Callers

nothing calls this directly

Calls 1

characterInputEventMethod · 0.80

Tested by

no test coverage detected