event Struct Reference
[Event management]#include <event.h>Public Attributes
event_type typeunsigned short timeunsigned short dataDetailed Description
Event description.The event type represents events as stored in the event queue. Each event is typed. The type is used to identify the subscribers. With each event, a short value (16-bits) can be saved when the event is posted. This value is event specific. There is no semantics and no treatment on it.
Definition at line 62 of file event.h.
Member Data Documentation
unsigned short event::data
Copyright (C) 1999, 2000, 2001, 2002, 2003 Stéphane Carrez, France
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.