MCPcopy Create free account
hub / github.com/MyGUI/mygui / OnTextClick

Method OnTextClick

UnitTests/UnitTest_HyperTextBox/HyperTextBox.cpp:499–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497 }
498
499 void HyperTextBox::OnTextClick(Widget* _sender)
500 {
501 std::string_view url = _sender->getUserString("URL");
502 eventUrlClick(this, url);
503 }
504
505 void HyperTextBox::updateContent()
506 {

Callers

nothing calls this directly

Calls 1

getUserStringMethod · 0.80

Tested by

no test coverage detected