Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
Any kind of GUI event. More...
#include <IEventReceiver.h>
Public Attributes | |
gui::IGUIElement * | Caller |
IGUIElement who called the event. | |
gui::IGUIElement * | Element |
If the event has something to do with another element, it will be held here. | |
gui::EGUI_EVENT_TYPE | EventType |
Type of GUI Event. |
Any kind of GUI event.
Definition at line 264 of file IEventReceiver.h.
gui::IGUIElement* irr::SEvent::SGUIEvent::Caller |
IGUIElement who called the event.
Definition at line 267 of file IEventReceiver.h.
gui::IGUIElement* irr::SEvent::SGUIEvent::Element |
If the event has something to do with another element, it will be held here.
Definition at line 270 of file IEventReceiver.h.
gui::EGUI_EVENT_TYPE irr::SEvent::SGUIEvent::EventType |
Type of GUI Event.
Definition at line 273 of file IEventReceiver.h.
The Irrlicht
Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
on Tue Jun 5 2012 17:57:37 by Doxygen
(1.8.1) |