#include <wg_message.h>
Inheritance diagram for wGui::CSDLMessage:
Definition at line 116 of file wg_message.h.
wGui::CSDLMessage::CSDLMessage | ( | const EMessageType | MessageType, | |
const CMessageClient * | pDestination, | |||
const CMessageClient * | pSource, | |||
SDL_Event | SDLEvent | |||
) |
Construct a new SDL message
MessageType | The type of message being created | |
pDestination | A pointer to the window that the message is destined for (0 for no specific destination, or to broadcast to all) | |
pSource | A pointer to the window that created the message | |
SDLEvent | The untranslated SDL event |
Definition at line 43 of file wg_message.cpp.