Do not repeat keys for WinCE (problems with GAPI and virtual keyboard)
svn-id: r5251
This commit is contained in:
parent
3c2a409b11
commit
c585fe7a37
2 changed files with 11 additions and 0 deletions
|
@ -197,7 +197,14 @@ bool ListWidget::handleKeyDown(char key, int modifiers)
|
|||
_scrollBar->draw();
|
||||
}
|
||||
|
||||
#ifndef _WIN32_WCE
|
||||
|
||||
// not done on WinCE because keyboard is emulated and
|
||||
// keyup is not generated
|
||||
|
||||
_currentKeyDown = key;
|
||||
|
||||
#endif
|
||||
|
||||
return handled;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue