| 85 | } |
| 86 | |
| 87 | uint32_t ScrollableTextArea::getMaxVisibleTextLength() { return _maxVisibleLines * _maxCharactersPerLine; } |
| 88 | |
| 89 | void ScrollableTextArea::update(bool force) { |
| 90 | if (check(PrevPress) || check(UpPress)) scrollUp(); |
no outgoing calls
no test coverage detected