| 813 | } |
| 814 | |
| 815 | String UIRichText::getSelectionString() const { |
| 816 | return mRichText.getSelectionString(); |
| 817 | } |
| 818 | |
| 819 | Uint32 UIRichText::onMouseDown( const Vector2i& position, const Uint32& flags ) { |
| 820 | if ( NULL != getEventDispatcher() && isTextSelectionEnabled() && ( flags & EE_BUTTON_LMASK ) && |