mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 07:37:37 +03:00
Add button button hints to the Keyboard screen to match the rest of the UI
This commit is contained in:
parent
04ad4e5aa4
commit
3e4fec7831
@ -329,9 +329,9 @@ void KeyboardEntryActivity::render() const {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Draw help text at absolute bottom of screen (consistent with other screens)
|
// Draw help text
|
||||||
const auto pageHeight = renderer.getScreenHeight();
|
const auto labels = mappedInput.mapLabels("« Back", "Select", "Left", "Right");
|
||||||
renderer.drawText(SMALL_FONT_ID, 10, pageHeight - 30, "Navigate: D-pad | Select: OK | Cancel: BACK");
|
renderer.drawButtonHints(UI_10_FONT_ID, labels.btn1, labels.btn2, labels.btn3, labels.btn4);
|
||||||
renderer.displayBuffer();
|
renderer.displayBuffer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user