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

Method sendCommonEvent

src/eepp/scene/node.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void Node::sendCommonEvent( const Uint32& event ) {
328 Event CommonEvent( this, event );
329 sendEvent( &CommonEvent );
330}
331
332void Node::sendTextEvent( const Uint32& event, const std::string& text ) {
333 TextEvent tevent( this, event, text );

Callers 2

processPickerMethod · 0.80
selectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected