arsa  2.7
Public Attributes | List of all members
irr::SEvent::SGUIEvent Struct Reference

Any kind of GUI event. More...

#include <IEventReceiver.h>

Public Attributes

gui::IGUIElementCaller
 IGUIElement who called the event. More...
 
gui::IGUIElementElement
 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...
 

Detailed Description

Any kind of GUI event.

Definition at line 343 of file IEventReceiver.h.

Member Data Documentation

◆ Caller

gui::IGUIElement* irr::SEvent::SGUIEvent::Caller

IGUIElement who called the event.

Definition at line 346 of file IEventReceiver.h.

◆ Element

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.

◆ EventType

gui::EGUI_EVENT_TYPE irr::SEvent::SGUIEvent::EventType

Type of GUI Event.

Definition at line 352 of file IEventReceiver.h.


The documentation for this struct was generated from the following file: