MCPcopy Create free account
hub / github.com/BruceDevices/firmware / getMaxVisibleTextLength

Method getMaxVisibleTextLength

src/core/scrollableTextArea.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected