SDL_UserEvent man page on JazzOS

Man page or keyword search:  
man Server   2339 pages
apropos Keyword Search (all sections)
Output format
JazzOS logo
[printable version]

SDL_UserEvent(3)	       SDL API Reference	      SDL_UserEvent(3)

NAME
       SDL_UserEvent - A user-defined event type

STRUCTURE DEFINITION
       typedef struct{
	 Uint8 type;
	 int code;
	 void *data1;
	 void *data2;
       } SDL_UserEvent;

STRUCTURE DATA
       type		   SDL_USEREVENT through to SDL_NUMEVENTS-1

       code		   User defined event code

       data1		   User defined data pointer

       data2		   User defined data pointer

DESCRIPTION
       SDL_UserEvent  is  in  the user member of the structure SDL_Event. This
       event is unique, it is never created by SDL but only by the  user.  The
       event  can be pushed onto the event queue using SDL_PushEvent. The con‐
       tents of the structure members or completely up to the programmer,  the
       only  requirement  is  that  type  is  a	 value	from  SDL_USEREVENT to
       SDL_NUMEVENTS-1 (inclusive).

EXAMPLES
       SDL_Event event;

       event.type = SDL_USEREVENT;
       event.user.code = my_event_code;
       event.user.data1 = significant_data;
       event.user.data2 = 0;
       SDL_PushEvent(&event);

SEE ALSO
       SDL_Event, SDL_PushEvent

SDL			    Tue 11 Sep 2001, 23:00	      SDL_UserEvent(3)
[top]

List of man pages available for JazzOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net