VirtualBox

Changeset 1288 in vbox


Ignore:
Timestamp:
Mar 7, 2007 6:24:11 AM (18 years ago)
Author:
vboxsync
Message:

treat a repeate key as another keydown (dunno if this is correct, but linux is happy now.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp

    r1287 r1288  
    13501350            int flags = 0;
    13511351            UInt32 EventKind = ::GetEventKind (inEvent);
    1352             if (EventKind == kEventRawKeyDown)
     1352            if (EventKind != kEventRawKeyUp)
    13531353                flags |= KeyPressed;
    1354             if (scanCode & 0x8000) /* modifiers */
     1354            if (scanCode & 0x8000) /* modifiers (just in case) */
    13551355            {
    13561356                flags |= KeyPressed;
Note: See TracChangeset for help on using the changeset viewer.

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