comparison docs/man3/SDL_Event.3 @ 181:e5bc29de3f0a

Updated from the SDL Documentation Project
author Sam Lantinga <slouken@libsdl.org>
date Fri, 14 Sep 2001 02:41:09 +0000
parents 55f1f1b3e27d
children 85cbe9c892f4
comparison
equal deleted inserted replaced
180:578815880307 181:e5bc29de3f0a
1 .TH "SDL_Event" "3" "Sun 10 Jun 2001, 19:40" "SDL" "SDL API Reference" 1 .TH "SDL_Event" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference"
2 .SH "NAME" 2 .SH "NAME"
3 SDL_Event\- General event structure 3 SDL_Event\- General event structure
4 .SH "STRUCTURE DEFINITION" 4 .SH "STRUCTURE DEFINITION"
5 .PP 5 .PP
6 .nf 6 .nf
13 SDL_JoyAxisEvent jaxis; 13 SDL_JoyAxisEvent jaxis;
14 SDL_JoyBallEvent jball; 14 SDL_JoyBallEvent jball;
15 SDL_JoyHatEvent jhat; 15 SDL_JoyHatEvent jhat;
16 SDL_JoyButtonEvent jbutton; 16 SDL_JoyButtonEvent jbutton;
17 SDL_ResizeEvent resize; 17 SDL_ResizeEvent resize;
18 SDL_ExposeEvent expose;
18 SDL_QuitEvent quit; 19 SDL_QuitEvent quit;
19 SDL_UserEvent user; 20 SDL_UserEvent user;
20 SDL_SywWMEvent syswm; 21 SDL_SywWMEvent syswm;
21 } SDL_Event;\fR 22 } SDL_Event;\fR
22 .fi 23 .fi
50 \fBjbutton\fR 51 \fBjbutton\fR
51 \fIJoystick button event\fR 52 \fIJoystick button event\fR
52 .TP 20 53 .TP 20
53 \fBresize\fR 54 \fBresize\fR
54 \fIApplication window resize event\fR 55 \fIApplication window resize event\fR
56 .TP 20
57 \fBexpose\fR
58 \fIApplication window expose event\fR
55 .TP 20 59 .TP 20
56 \fBquit\fR 60 \fBquit\fR
57 \fIApplication quit request event\fR 61 \fIApplication quit request event\fR
58 .TP 20 62 .TP 20
59 \fBuser\fR 63 \fBuser\fR
99 \fBSDL_SYSWMEVENT\fP 103 \fBSDL_SYSWMEVENT\fP
100 \fI\fBSDL_SysWMEvent\fR\fR 104 \fI\fBSDL_SysWMEvent\fR\fR
101 .TP 20 105 .TP 20
102 \fBSDL_VIDEORESIZE\fP 106 \fBSDL_VIDEORESIZE\fP
103 \fI\fBSDL_ResizeEvent\fR\fR 107 \fI\fBSDL_ResizeEvent\fR\fR
108 .TP 20
109 \fBSDL_VIDEOEXPOSE\fP
110 \fI\fBSDL_ExposeEvent\fR\fR
104 .TP 20 111 .TP 20
105 \fBSDL_USEREVENT\fP 112 \fBSDL_USEREVENT\fP
106 \fI\fBSDL_UserEvent\fR\fR 113 \fI\fBSDL_UserEvent\fR\fR
107 .SH "USE" 114 .SH "USE"
108 .PP 115 .PP
170 .fi 177 .fi
171 .PP 178 .PP
172 .SH "SEE ALSO" 179 .SH "SEE ALSO"
173 .PP 180 .PP
174 \fI\fBSDL_PollEvent\fP\fR, \fI\fBSDL_PushEvent\fP\fR, \fI\fBSDL_PeepEvents\fP\fR 181 \fI\fBSDL_PollEvent\fP\fR, \fI\fBSDL_PushEvent\fP\fR, \fI\fBSDL_PeepEvents\fP\fR
175 ...\" created by instant / docbook-to-man, Sun 10 Jun 2001, 19:40 182 ...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59