Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/docs/man3/SDL_Event.3 Thu Sep 13 16:41:03 2001 +0000 +++ b/docs/man3/SDL_Event.3 Fri Sep 14 02:41:09 2001 +0000 @@ -1,4 +1,4 @@ -.TH "SDL_Event" "3" "Sun 10 Jun 2001, 19:40" "SDL" "SDL API Reference" +.TH "SDL_Event" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference" .SH "NAME" SDL_Event\- General event structure .SH "STRUCTURE DEFINITION" @@ -15,6 +15,7 @@ SDL_JoyHatEvent jhat; SDL_JoyButtonEvent jbutton; SDL_ResizeEvent resize; + SDL_ExposeEvent expose; SDL_QuitEvent quit; SDL_UserEvent user; SDL_SywWMEvent syswm; @@ -53,6 +54,9 @@ \fBresize\fR \fIApplication window resize event\fR .TP 20 +\fBexpose\fR +\fIApplication window expose event\fR +.TP 20 \fBquit\fR \fIApplication quit request event\fR .TP 20 @@ -102,6 +106,9 @@ \fBSDL_VIDEORESIZE\fP \fI\fBSDL_ResizeEvent\fR\fR .TP 20 +\fBSDL_VIDEOEXPOSE\fP +\fI\fBSDL_ExposeEvent\fR\fR +.TP 20 \fBSDL_USEREVENT\fP \fI\fBSDL_UserEvent\fR\fR .SH "USE" @@ -172,4 +179,4 @@ .SH "SEE ALSO" .PP \fI\fBSDL_PollEvent\fP\fR, \fI\fBSDL_PushEvent\fP\fR, \fI\fBSDL_PeepEvents\fP\fR -...\" created by instant / docbook-to-man, Sun 10 Jun 2001, 19:40 +...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59