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

Method getNeedToolTip

MyGUIEngine/src/MyGUI_WidgetInput.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 bool WidgetInput::getNeedToolTip() const
128 {
129 return mNeedToolTip;
130 }
131
132 void WidgetInput::setPointer(std::string_view _value)
133 {

Calls

no outgoing calls

Tested by

no test coverage detected