#include "mac/MacPrereqs.h"
#include "OISEvents.h"
#include "OISKeyboard.h"
#include "OISMouse.h"
#include <Carbon/Carbon.h>
Go to the source code of this file.
|
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 |
|
) |
| |