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

Method isVisibleHScroll

MyGUIEngine/src/MyGUI_EditBox.cpp:2269–2272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2267 }
2268
2269 bool EditBox::isVisibleHScroll() const
2270 {
2271 return mVisibleHScroll;
2272 }
2273
2274 void EditBox::commandResetRedo()
2275 {

Calls

no outgoing calls

Tested by

no test coverage detected