VirtualBox

Changeset 63864 in vbox


Ignore:
Timestamp:
Sep 16, 2016 12:42:41 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:7846: Runtime UI: Fixing regression of r110260 where the common cross-platform native event filter was enabled while OSX still uses own keyboard one, so the keyboard code-flow was duplicated.

File:
1 edited

Legend:

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

    r63601 r63864  
    19171917    switch (::GetEventClass(event))
    19181918    {
     1919        // Keep in mind that this stuff should not be enabled while we are still using
     1920        // own native keyboard filter installed through cocoa API, to be reworked.
     1921        // S.a. registerForNativeEvents call in UIKeyboardHandler implementation.
     1922#if 0
    19191923        /* Watch for keyboard-events: */
    19201924        case kEventClassKeyboard:
     
    19361940            break;
    19371941        }
     1942#endif
    19381943        /* Watch for mouse-events: */
    19391944        case kEventClassMouse:
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