From: Jay Freeman (saurik) Date: Fri, 21 May 2010 18:29:11 +0000 (+0000) Subject: I think mringwald needs this? X-Git-Url: https://git.saurik.com/iphone-api.git/commitdiff_plain/16edd6aecec47fb9f9907961b1e69c9457e199f3 I think mringwald needs this? --- diff --git a/GraphicsServices/GSEvent.h b/GraphicsServices/GSEvent.h index e3fa54e..014c2d0 100644 --- a/GraphicsServices/GSEvent.h +++ b/GraphicsServices/GSEvent.h @@ -38,6 +38,7 @@ #ifndef GRAPHICSSERVICES_GSEVENT_H_ #define GRAPHICSSERVICES_GSEVENT_H_ +#include #include #include @@ -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