|
arsa
2.7
|
Any kind of GUI event. More...
#include <IEventReceiver.h>
Public Attributes | |
| gui::IGUIElement * | Caller |
| IGUIElement who called the event. More... | |
| gui::IGUIElement * | Element |
| If the event has something to do with another element, it will be held here. More... | |
| gui::EGUI_EVENT_TYPE | EventType |
| Type of GUI Event. More... | |
Any kind of GUI event.
Definition at line 343 of file IEventReceiver.h.
| gui::IGUIElement* irr::SEvent::SGUIEvent::Caller |
IGUIElement who called the event.
Definition at line 346 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 349 of file IEventReceiver.h.
| gui::EGUI_EVENT_TYPE irr::SEvent::SGUIEvent::EventType |
Type of GUI Event.
Definition at line 352 of file IEventReceiver.h.
1.8.15