Changeset 54095 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 5, 2015 5:17:51 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98050
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r54073 r54095 1487 1487 LONG *pCodes = aCodesBuffer; 1488 1488 uint uCodesCount = 0; 1489 uint8_t uWhatPressed = fFlags & KeyExtended ? IsExtKeyPressed : IsKeyPressed; 1489 1490 if ((!m_bIsHostComboPressed && !isHostComboStateChanged) || 1490 1491 ( m_bIsHostComboPressed && isHostComboStateChanged) || 1491 !(fFlags & KeyPressed))1492 (!(fFlags & KeyPressed) && (m_pressedKeys[uScan] & uWhatPressed))) 1492 1493 { 1493 1494 /* Special flags handling (KeyPrint): */
Note:
See TracChangeset
for help on using the changeset viewer.