Change PalmOS ident
svn-id: r18748
This commit is contained in:
parent
1d6ecabfbe
commit
be9d8951eb
5 changed files with 15 additions and 15 deletions
|
@ -261,7 +261,7 @@ bool ListWidget::handleKeyDown(uint16 ascii, int keycode, int modifiers) {
|
|||
_scrollBar->draw();
|
||||
}
|
||||
|
||||
#if !defined(__PALM_OS__)
|
||||
#if !defined(PALMOS_MODE)
|
||||
// not done on PalmOS because keyboard is emulated and keyup is not generated
|
||||
_currentKeyDown = keycode;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue