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

Method getHScrollPage

MyGUIEngine/src/MyGUI_EditBox.cpp:1923–1928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1921 }
1922
1923 size_t EditBox::getHScrollPage() const
1924 {
1925 if (mClientText != nullptr)
1926 return (size_t)mClientText->getFontHeight();
1927 return ScrollViewBase::getHScrollPage();
1928 }
1929
1930 IntPoint EditBox::getContentPosition() const
1931 {

Callers

nothing calls this directly

Calls 1

getFontHeightMethod · 0.45

Tested by

no test coverage detected