VirtualBox

Changeset 53319 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 13, 2014 11:18:03 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96901
Message:

FE/Qt: Windows: additional safety check in AltGr handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.cpp

    r53221 r53319  
    272272        return false;
    273273
    274                 if (   fKeyDown
     274        if (messageTime != peekMsg.time)
     275            return false;
     276        if (   fKeyDown
    275277        && (peekMsg.message != WM_KEYDOWN && peekMsg.message != WM_SYSKEYDOWN))
    276278        return false;
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