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

Method getTextShadow

MyGUIEngine/src/MyGUI_TextBox.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 bool TextBox::getTextShadow() const
125 {
126 return (nullptr == getSubWidgetText()) ? false : getSubWidgetText()->getShadow();
127 }
128
129 void TextBox::setPropertyOverride(std::string_view _key, std::string_view _value)
130 {

Calls 1

getShadowMethod · 0.80

Tested by

no test coverage detected