1SDL_ExposeEvent(3)             SDL API Reference            SDL_ExposeEvent(3)
2
3
4

NAME

6       SDL_ExposeEvent - Quit requested event
7

STRUCTURE DEFINITION

9       typedef struct{
10         Uint8 type
11       } SDL_ExposeEvent;
12

STRUCTURE DATA

14       type                SDL_VIDEOEXPOSE
15

DESCRIPTION

17       SDL_ExposeEvent  is a member of the SDL_Event union and is used whan an
18       event of type SDL_VIDEOEXPOSE is reported.
19
20       A VIDEOEXPOSE event is triggered when the screen has been modified out‐
21       side  of the application, usually by the window manager and needs to be
22       redrawn.
23

SEE ALSO

25       SDL_Event, SDL_SetEventFilter
26
27
28
29SDL                         Tue 11 Sep 2001, 23:00          SDL_ExposeEvent(3)
Impressum