VirtualBox

Changeset 44755 in vbox


Ignore:
Timestamp:
Feb 19, 2013 3:47:26 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83860
Message:

UsbKbd: Avoid stuck keys when overrun.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/UsbKbd.cpp

    r44528 r44755  
    743743                    rc = true;
    744744            }
     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           
    745751            pabUnreportedKeys[iKey] = 0;
    746752        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette