Changeset 1288 in vbox
- Timestamp:
- Mar 7, 2007 6:24:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r1287 r1288 1350 1350 int flags = 0; 1351 1351 UInt32 EventKind = ::GetEventKind (inEvent); 1352 if (EventKind == kEventRawKeyDown)1352 if (EventKind != kEventRawKeyUp) 1353 1353 flags |= KeyPressed; 1354 if (scanCode & 0x8000) /* modifiers */1354 if (scanCode & 0x8000) /* modifiers (just in case) */ 1355 1355 { 1356 1356 flags |= KeyPressed;
Note:
See TracChangeset
for help on using the changeset viewer.