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

Method isVisibleVScroll

MyGUIEngine/src/MyGUI_EditBox.cpp:2264–2267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2262 }
2263
2264 bool EditBox::isVisibleVScroll() const
2265 {
2266 return mVisibleVScroll;
2267 }
2268
2269 bool EditBox::isVisibleHScroll() const
2270 {

Calls

no outgoing calls

Tested by

no test coverage detected