| 1294 | } |
| 1295 | |
| 1296 | void Node::writeNodeFlag( const Uint32& Flag, const Uint32& Val ) { |
| 1297 | BitOp::setBitFlagValue( &mNodeFlags, Flag, Val ); |
| 1298 | } |
| 1299 | |
| 1300 | void Node::onParentSizeChange( const Vector2f& ) { |
| 1301 | sendCommonEvent( Event::OnParentSizeChange ); |
no outgoing calls
no test coverage detected