struct WindowEventData
Defined in: C4Interface.h
The WindowEventData structure contains information about a window event.
Definition
struct WindowEventData
Data Members
EventType eventType; |
The type of the event.
|
Window *eventWindow; |
The window associated with the event.
|
|