Mercurial > sdl-ios-xcode
comparison docs/man3/SDL_ExposeEvent.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 | |
children | 720a96badf51 |
comparison
equal
deleted
inserted
replaced
180:578815880307 | 181:e5bc29de3f0a |
---|---|
1 .TH "SDL_ExposeEvent" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference" | |
2 .SH "NAME" | |
3 SDL_ExposeEvent\- Quit requested event | |
4 .SH "STRUCTURE DEFINITION" | |
5 .PP | |
6 .nf | |
7 \f(CWtypedef struct{ | |
8 Uint8 type | |
9 } SDL_ExposeEvent;\fR | |
10 .fi | |
11 .PP | |
12 .SH "STRUCTURE DATA" | |
13 .TP 20 | |
14 \fBtype\fR | |
15 \fBSDL_QUIT\fP | |
16 .SH "DESCRIPTION" | |
17 .PP | |
18 \fBSDL_ExposeEvent\fR is a member of the \fI\fBSDL_Event\fR\fR union and is used whan an event of type \fBSDL_VIDEOEXPOSE\fP is reported\&. | |
19 .PP | |
20 A VIDEOEXPOSE event is triggered when the screen has been modified outside of the application, usually by the window manager and needs to be redrawn\&. | |
21 .SH "SEE ALSO" | |
22 .PP | |
23 \fI\fBSDL_Event\fR\fR, \fI\fBSDL_SetEventFilter\fP\fR | |
24 ...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00 |