| 320 | } |
| 321 | |
| 322 | void Node::sendMouseEvent( const Uint32& event, const Vector2i& pos, const Uint32& flags ) { |
| 323 | MouseEvent MouseEvent( this, event, pos, flags ); |
| 324 | sendEvent( &MouseEvent ); |
| 325 | } |
| 326 | |
| 327 | void Node::sendCommonEvent( const Uint32& event ) { |
| 328 | Event CommonEvent( this, event ); |