43 void init(
const char* title,
const char* initialText =
nullptr, uint16_t maxLen =
MAX_TEXT_LEN);
87 void render(
bool partial)
override;
90 void onTick(uint32_t nowMs)
override;
91 const char*
getName()
const override {
return "T9InputView"; }
117 static char getChar(
char key, uint8_t index);
Centralized key-code constants for cdc_views.
T9InputView * showT9Input(const char *title, const char *initialText, T9InputView::SaveCallback onSave, uint16_t maxLen=128)
Shows a shared T9 input view instance.