| 404 | } |
| 405 | |
| 406 | Vector2f UIWidget::getTooltipPosition() { |
| 407 | if ( NULL == getEventDispatcher() ) |
| 408 | return Vector2f::Zero; |
| 409 | return mTooltip->getTooltipPosition( getEventDispatcher()->getMousePosf() ); |
| 410 | } |
| 411 | |
| 412 | void UIWidget::createStyle() { |
| 413 | if ( NULL == mStyle && NULL != mUISceneNode ) { |
no test coverage detected