![]() |
µGFX
2.9
version 2.9
|
A Generic GWIN Event.
A comment/rant on the above structure: We would really like the GWindowObject member to be anonymous. While this is allowed under the C11, C99, GNU and various other standards which have been around forever - compiler support often requires special flags e.g gcc requires the -fms-extensions flag (no wonder the language and compilers have not really progressed in 30 years). As portability is a key requirement we unfortunately won't use this useful feature in case we get a compiler that won't support it even with special flags.
gwinAttachListener()
Definition at line 149 of file gwin_widget.h.
#include <gwin_widget.h>
Data Fields | |
GEventType | type |
GHandle | gwin |
GHandle GEventGWin::gwin |
The gwin window handle
Definition at line 151 of file gwin_widget.h.
GEventType GEventGWin::type |
The type of this event
Definition at line 150 of file gwin_widget.h.