globalevententry_t
Declaration
struct globalevententry_t {
ulong mask;
globaleventhandler_t hndFunc;
int id;
struct globalevententry_t *next;
}
Prototype In
mgraph.h
Description
Internal structure describing an entry in global event table for winmng_t. MGL window manager distributes events to global event handlers prior to sending them to windows. Event entries describe which events go to which handlers.
Members
|
mask |
Mask specifying what types of events the handler accepts |
|
hndFunc |
Event handler callback |
|
id |
User-defined identifier of event entry (used for entry removal) |
|
next |
Pointer to next event entry in the chain |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com