\fBSDL_USEREVENT\fP through to \fBSDL_NUMEVENTS-1\fP
.TP20
\fBcode\fR
User defined event code
.TP20
\fBdata1\fR
User defined data pointer
.TP20
\fBdata2\fR
User defined data pointer
.SH"DESCRIPTION"
.PP
\fBSDL_UserEvent\fR is in the \fBuser\fR member of the structure \fI\fBSDL_Event\fR\fR\&. 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 \fI\fBSDL_PushEvent\fP\fR\&. The contents of the structure members or completely up to the programmer, the only requirement is that \fBtype\fR is a value from \fBSDL_USEREVENT\fP to \fBSDL_NUMEVENTS-1\fP (inclusive)\&.