|
DAS
3.1.6 - 18/09/2017
|
#include <Mguidefs.h>
Collaboration diagram for MAnyWindowEvent:Data Fields | |
| int | type |
| Event type. More... | |
| Window | window |
| Window which the event is directed to. More... | |
Generic Event. This structure contains the fields common to all events generated by the windowing system. Many MGui events are defined as typedef to this event: MWMCloseEvent, MFocusEvent, MUnmapEvent, MMapEvent
Definition at line 511 of file Mguidefs.h.
| int MAnyWindowEvent::type |
Event type.
Definition at line 513 of file Mguidefs.h.
| Window MAnyWindowEvent::window |
Window which the event is directed to.
Definition at line 515 of file Mguidefs.h.
