Changeset 30122 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.h
- Timestamp:
- Jun 9, 2010 1:50:26 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62517
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.h
r30114 r30122 52 52 #endif /* __OBJC__ */ 53 53 54 #include "VBoxCocoaHelper.h"54 #include <VBox/VBoxCocoa.h> 55 55 #include <iprt/cdefs.h> /* for RT_C_DECLS_BEGIN/RT_C_DECLS_END & stuff */ 56 56 #include <QRect> … … 100 100 void darwinCreateContextMenuEvent(void *pvWin, int x, int y); 101 101 102 /********************************************************************************103 *104 * Event/Keyboard helpers (OS System native)105 *106 ********************************************************************************/107 unsigned long darwinEventModifierFlags(ConstNativeNSEventRef pEvent);108 uint32_t darwinEventModifierFlagsXlated(ConstNativeNSEventRef pEvent);109 102 bool darwinIsApplicationCommand(ConstNativeNSEventRef pEvent); 110 const char *darwinEventTypeName(unsigned long eEvtType);111 void darwinPrintEvent(const char *pszPrefix, ConstNativeNSEventRef pEvent);112 103 113 104 RT_C_DECLS_END
Note:
See TracChangeset
for help on using the changeset viewer.