cocoa event wip

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1859 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
tmator
2009-01-12 23:59:27 +00:00
parent c0d29add82
commit 4fd0f3035a
3 changed files with 123 additions and 7 deletions

View File

@ -1,11 +1,15 @@
#import <Cocoa/Cocoa.h>
#ifdef __cplusplus
extern "C"
{
#endif
void cocoaSendEvent(NSEvent *event);
void cocoaCreateApp();
#ifdef __cplusplus
}
#endif