#include "paragui.h"
#include "sdlmessageobject.h"
Include dependency graph for paragui_msgmap.h:
Go to the source code of this file.
Compounds | |
struct | PARAGUI_EVENTHANDLERDATA |
Typedefs | |
typedef struct PARAGUI_EVENTHANDLERDATA | PARAGUI_EVENTHANDLERDATA |
ParaGUI eventhandler data structure. More... | |
Functions | |
PARAGUI_EVENTHANDLERDATA* | PARAGUI_FindEventHandler (MSG_TYPE type, SDLMessageObject* obj) |
Searches for a specific eventhandler. More... | |
bool | PARAGUI_RegisterEventHandler (MSG_TYPE type, SDLMessageObject* obj, MSG_CALLBACK cbfunc, void* data) |
Register a new eventhandler for an object. More... | |
bool | PARAGUI_UnregisterEventHandler (MSG_TYPE type, SDLMessageObject* obj) |
Unregister an objects eventhandler. More... | |
bool | PARAGUI_UnregisterEventObject (SDLMessageObject* obj) |
Unregister all eventhandlers of an object. More... |
|
ParaGUI eventhandler data structure.
|
|
Searches for a specific eventhandler.
|
|
Register a new eventhandler for an object.
|
|
Unregister an objects eventhandler.
|
|
Unregister all eventhandlers of an object.
|