Changeset 2019 in vbox
- Timestamp:
- Apr 10, 2007 4:46:05 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20308
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r1877 r2019 2751 2751 #ifdef __LINUX__ 2752 2752 // workaround for SDL keyboard translation issues on Linux 2753 // keycodes > 0x 80 are sent as 0xe0 keycode2753 // keycodes > 0x100 are sent as 0xe0 keycode 2754 2754 static const uint16_t x_keycode_to_pc_keycode[61] = 2755 2755 {
Note:
See TracChangeset
for help on using the changeset viewer.