]> git.saurik.com Git - iphone-api.git/commitdiff
I think mringwald needs this?
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 21 May 2010 18:29:11 +0000 (18:29 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 21 May 2010 18:29:11 +0000 (18:29 +0000)
GraphicsServices/GSEvent.h

index e3fa54e86002c192823ea102cf99392d847ff72e..014c2d03b1ce4c275160b9b3287397c754eff2f5 100644 (file)
@@ -38,6 +38,7 @@
 #ifndef GRAPHICSSERVICES_GSEVENT_H_
 #define GRAPHICSSERVICES_GSEVENT_H_
 
+#include <objc/objc.h>
 #include <mach/port.h>
 #include <CoreGraphics/CGGeometry.h>
 
@@ -186,6 +187,7 @@ GSEventRef GSEventCreateWithEventRecord(struct GSEventRecord *record); /*3*/
 CFTypeID GSEventGetTypeID(void);
 CFPropertyListRef GSEventCreatePlistRepresentation(GSEventRef event);
 GSEventRef _GSCreateSyntheticKeyEvent(UniChar key, BOOL up, BOOL repeating);
+GSEventRef GSCreateKeyEvent(UniChar key, BOOL up, BOOL repeating);
 void _GSPostSyntheticKeyEvent(CFStringRef keys, BOOL up, BOOL repeating);
 
 #ifdef __cplusplus