Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Public Member Functions | |
LinkedEventArgs_wrapper (::CEGUI::EventArgs const &args, ::CEGUI::EventSet const *event_set) | |
![]() | |
LinkedEventArgs (const EventArgs &args, const EventSet *event_set) | |
LinkedEventArgs (const EventArgs &args, const EventSet *event_set) | |
Static Public Member Functions | |
::CEGUI::EventArgs const & | get_originalArgs (CEGUI::LinkedEventArgs &inst) |
::CEGUI::EventSet const * | get_sourceEventSet (CEGUI::LinkedEventArgs const &inst) |
static void | set_sourceEventSet (CEGUI::LinkedEventArgs &inst, ::CEGUI::EventSet const *new_value) |
Additional Inherited Members | |
![]() | |
const EventArgs & | originalArgs |
a reference to the EventArgs passed to handlers of the triggering event. | |
const EventSet * | sourceEventSet |
pointer to the EventSet that is the source of this linked event. | |
![]() | |
uint | handled |
handlers should increment this if they handled the event. | |