Changeset 16723 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 13, 2009 12:56:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp
r16696 r16723 982 982 * Convert the Cocoa modifiers to Carbon ones (the Cocoa modifier 983 983 * definitions are tucked away in Objective-C headers, unfortunately). 984 * 985 * Update: CGEventTypes.h includes what looks like the Cocoa modifiers 986 * and the NX_* defines should be available as well. We should look 987 * into ways to intercept the CG (core graphics) events in the Carbon 988 * based setup and get rid of all this HID mess. 984 989 */ 985 990 AssertPtr(pvCocoaEvent);
Note:
See TracChangeset
for help on using the changeset viewer.