symbian-qemu-0.9.1-12/libsdl-trunk/docs/man3/SDL_ExposeEvent.3
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     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_VIDEOEXPOSE\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