From 16edd6aecec47fb9f9907961b1e69c9457e199f3 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 21 May 2010 18:29:11 +0000 Subject: [PATCH] I think mringwald needs this? --- GraphicsServices/GSEvent.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2