* Added Virtual Keyboard descriptions for all keycodes

* Tweaking of key delivery queue

svn-id: r33907
This commit is contained in:
Stephen Kennedy 2008-08-15 17:53:18 +00:00
parent 6f09c4f10e
commit 6ef8324302
5 changed files with 398 additions and 26 deletions

View file

@ -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();