Penguin
Blame: SDL_WaitEvent(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_WaitEvent(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_!WaitEvent
2 !!!SDL_!WaitEvent
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 SDL_!WaitEvent- Waits indefinitely for the next available event.
12 !!SYNOPSIS
13
14
15 __#include __
16
17
18 __int SDL_!WaitEvent__(__SDL_Event
19 *event__);
20 !!DESCRIPTION
21
22
23 Waits indefinitely for the next available event, returning
24 __1__, or __0__ if there was an error while waiting
25 for events.
26
27
28 If __event__ is not __NULL__, the next event is
29 removed from the queue and stored in that area.
30 !!SEE ALSO
31
32
33 __SDL_Event__, __SDL_!PollEvent__
34 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.