Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
Uint32 Node::onTextEditing( const TextEditingEvent& event ) {
343
sendEvent( &event );
344
return 0;
345
}
346
347
Uint32 Node::onKeyDown( const KeyEvent& Event ) {
348
sendEvent( &Event );
Callers
2
inputCallback
Function · 0.45
sendTextEditing
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected