MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getSelectionString

Method getSelectionString

src/eepp/ui/uirichtext.cpp:815–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

UTESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UTESTFunction · 0.36