Changeset 44755 in vbox
- Timestamp:
- Feb 19, 2013 3:47:26 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/UsbKbd.cpp
r44528 r44755 743 743 rc = true; 744 744 } 745 /* Avoid "hanging" keys: If a key is unreported but no longer 746 * depressed, we'll need to report the key-up state, too. 747 */ 748 if (pabUnreportedKeys[iKey] && !pabDepressedKeys[iKey]) 749 rc = true; 750 745 751 pabUnreportedKeys[iKey] = 0; 746 752 }
Note:
See TracChangeset
for help on using the changeset viewer.