| 1928 | } |
| 1929 | |
| 1930 | IntPoint EditBox::getContentPosition() const |
| 1931 | { |
| 1932 | if (mClientText != nullptr) |
| 1933 | return mClientText->getViewOffset(); |
| 1934 | return ScrollViewBase::getContentPosition(); |
| 1935 | } |
| 1936 | |
| 1937 | Align EditBox::getContentAlign() const |
| 1938 | { |
nothing calls this directly
no test coverage detected