Changeset 35904 in vbox
- Timestamp:
- Feb 9, 2011 8:31:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r35866 r35904 1133 1133 bool fIsFullHostComboPresent = allHostComboKeys == m_pressedHostComboKeys.keys().toSet(); 1134 1134 /* Check if currently pressed/released key had changed host-combo state: */ 1135 const bool isHostComboStateChanged = (!m_bIsHostComboPressed && fIsFullHostComboPresent) ||1136 ( m_bIsHostComboPressed && !fIsFullHostComboPresent);1135 const bool isHostComboStateChanged = (!m_bIsHostComboPressed && fIsFullHostComboPresent) || 1136 ( m_bIsHostComboPressed && !fIsFullHostComboPresent); 1137 1137 1138 1138 #ifdef Q_WS_WIN … … 1173 1173 LONG *pCodes = aCodesBuffer; 1174 1174 uint uCodesCount = 0; 1175 if ( !m_bIsHostComboPressed && !isHostComboStateChanged||1176 m_bIsHostComboPressed && isHostComboStateChanged)1175 if ((!m_bIsHostComboPressed && !isHostComboStateChanged) || 1176 ( m_bIsHostComboPressed && isHostComboStateChanged)) 1177 1177 { 1178 1178 /* Special flags handling (KeyPrint): */
Note:
See TracChangeset
for help on using the changeset viewer.

