Orxonox
0.0.5 Codename: Arcturus
|
#include "mac/MacHelpers.h"
#include "mac/MacKeyboard.h"
#include "mac/MacMouse.h"
#include "OISException.h"
#include <Carbon/Carbon.h>
Functions | |
OSStatus | KeyDownWrapper (EventHandlerCallRef nextHandler, EventRef theEvent, void *callClass) |
OSStatus | KeyModWrapper (EventHandlerCallRef nextHandler, EventRef theEvent, void *callClass) |
OSStatus | KeyUpWrapper (EventHandlerCallRef nextHandler, EventRef theEvent, void *callClass) |
OSStatus | MouseWrapper (EventHandlerCallRef nextHandler, EventRef theEvent, void *callClass) |
OSStatus KeyDownWrapper | ( | EventHandlerCallRef | nextHandler, |
EventRef | theEvent, | ||
void * | callClass | ||
) |
OSStatus KeyModWrapper | ( | EventHandlerCallRef | nextHandler, |
EventRef | theEvent, | ||
void * | callClass | ||
) |
OSStatus KeyUpWrapper | ( | EventHandlerCallRef | nextHandler, |
EventRef | theEvent, | ||
void * | callClass | ||
) |
OSStatus MouseWrapper | ( | EventHandlerCallRef | nextHandler, |
EventRef | theEvent, | ||
void * | callClass | ||
) |