| 1907 | } |
| 1908 | |
| 1909 | IntSize EditBox::getContentSize() const |
| 1910 | { |
| 1911 | if (mClientText != nullptr) |
| 1912 | return mClientText->getTextSize(); |
| 1913 | return ScrollViewBase::getContentSize(); |
| 1914 | } |
| 1915 | |
| 1916 | size_t EditBox::getVScrollPage() const |
| 1917 | { |
nothing calls this directly
no test coverage detected