* Added Virtual Keyboard descriptions for all keycodes
* Tweaking of key delivery queue svn-id: r33907
This commit is contained in:
parent
6f09c4f10e
commit
6ef8324302
5 changed files with 398 additions and 26 deletions
|
@ -317,6 +317,8 @@ void VirtualKeyboardGUI::animateCaret() {
|
|||
void VirtualKeyboardGUI::updateDisplay() {
|
||||
if (!_displayEnabled) return;
|
||||
|
||||
_refreshDisplay = false;
|
||||
|
||||
// calculate the text to display
|
||||
uint cursorPos = _kbd->_keyQueue.getInsertIndex();
|
||||
String wholeText = _kbd->_keyQueue.getString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue