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