MCPcopy Create free account
hub / github.com/SpartanJ/eepp / onTextEditing

Method onTextEditing

src/eepp/scene/node.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342Uint32 Node::onTextEditing( const TextEditingEvent& event ) {
343 sendEvent( &event );
344 return 0;
345}
346
347Uint32 Node::onKeyDown( const KeyEvent& Event ) {
348 sendEvent( &Event );

Callers 2

inputCallbackFunction · 0.45
sendTextEditingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected