VirtualBox

Ignore:
Timestamp:
Feb 11, 2009 7:33:19 PM (16 years ago)
Author:
vboxsync
Message:

Qt: keyboard input in the console.

File:
1 edited

Legend:

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

    r16469 r16691  
    164164    bool x11Event (XEvent *event);
    165165#elif defined(Q_WS_MAC)
    166 # ifndef QT_MAC_USE_COCOA
    167166    bool darwinKeyboardEvent (EventRef inEvent);
    168 # endif
    169167    void darwinGrabKeyboardEvents (bool fGrab);
    170168#endif
     
    319317    static LRESULT CALLBACK lowLevelKeyboardProc (int nCode,
    320318                                                  WPARAM wParam, LPARAM lParam);
    321 #elif defined (Q_WS_MAC) && !defined (QT_MAC_USE_COCOA)
     319#elif defined (Q_WS_MAC)
     320# if defined (QT_MAC_USE_COCOA)
     321    static bool darwinEventHandlerProc (const void *pvCocoaEvent, const
     322                                        void *pvCarbonEvent, void *pvUser);
     323# elif !defined (VBOX_WITH_HACKED_QT)
    322324    EventHandlerRef mDarwinWindowOverlayHandlerRef;
    323 # ifndef VBOX_WITH_HACKED_QT
    324325    static pascal OSStatus darwinEventHandlerProc (EventHandlerCallRef inHandlerCallRef,
    325326                                                   EventRef inEvent, void *inUserData);
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