|
SDL
2.0
|
#include <Carbon/Carbon.h>#include <fx.h>
Include dependency graph for mac_support.cpp:Go to the source code of this file.
Functions | |
| static pascal OSErr | HandleQuitMessage (const AppleEvent *theAppleEvent, AppleEvent *reply, long handlerRefcon) |
| static pascal OSErr | HandleReopenMessage (const AppleEvent *theAppleEvent, AppleEvent *reply, long handlerRefcon) |
| static pascal OSErr | HandleWildCardMessage (const AppleEvent *theAppleEvent, AppleEvent *reply, long handlerRefcon) |
| OSStatus | AEHandler (EventHandlerCallRef inCaller, EventRef inEvent, void *inRefcon) |
| static void | HandleEvent (EventRecord *event) |
| void | init_apple_message_system () |
| void | check_apple_events () |
Variables | |
| FXMainWindow * | g_main_window |
| OSStatus AEHandler | ( | EventHandlerCallRef | inCaller, |
| EventRef | inEvent, | ||
| void * | inRefcon | ||
| ) |
| void check_apple_events | ( | ) |
|
static |
Definition at line 66 of file mac_support.cpp.
References g_main_window.
Referenced by check_apple_events().
|
static |
Definition at line 17 of file mac_support.cpp.
Referenced by init_apple_message_system().
|
static |
Definition at line 25 of file mac_support.cpp.
References g_main_window.
Referenced by init_apple_message_system().
|
static |
Definition at line 33 of file mac_support.cpp.
| void init_apple_message_system | ( | ) |
Definition at line 96 of file mac_support.cpp.
Referenced by MainWindow::create().
| FXMainWindow* g_main_window |
Definition at line 98 of file test.cpp.
Referenced by HandleEvent(), and HandleReopenMessage().