Changeset 54073 in vbox
- Timestamp:
- Feb 4, 2015 7:20:23 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98019
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r53624 r54073 1483 1483 * Using that rule, we are NOT sending to the guest: 1484 1484 * 1. the last key-press of host-combo, 1485 * 2. all keys pressed while the host-combo being held . */1485 * 2. all keys pressed while the host-combo being held (but we still send releases). */ 1486 1486 LONG aCodesBuffer[16]; 1487 1487 LONG *pCodes = aCodesBuffer; 1488 1488 uint uCodesCount = 0; 1489 1489 if ((!m_bIsHostComboPressed && !isHostComboStateChanged) || 1490 ( m_bIsHostComboPressed && isHostComboStateChanged)) 1490 ( m_bIsHostComboPressed && isHostComboStateChanged) || 1491 !(fFlags & KeyPressed)) 1491 1492 { 1492 1493 /* Special flags handling (KeyPrint): */
Note:
See TracChangeset
for help on using the changeset viewer.