Changeset 45683 in vbox
- Timestamp:
- Apr 23, 2013 3:44:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r45504 r45683 448 448 449 449 bool result = keyEvent(vkey, scan, flags, uScreenId); 450 /* Always let Windows see key releases to prevent stuck keys. 451 * Hopefully this won't cause any other issues. */ 452 if (pMsg->message == WM_KEYUP || pMsg->message == WM_SYSKEYUP) 453 { 454 fResult = false; 455 break; 456 } 450 457 if (!result && m_fIsKeyboardCaptured) 451 458 {
Note:
See TracChangeset
for help on using the changeset viewer.

