Penguin
Blame: SDL_WaitEvent(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_WaitEvent(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!WaitEvent
2 !!!SDL_!WaitEvent
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!WaitEvent- Waits indefinitely for the next available event.
1 perry 12 !!SYNOPSIS
13
14
15 __#include __
16
17
2 perry 18 __int SDL_!WaitEvent__(__SDL_Event
1 perry 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
2 perry 33 __SDL_Event__, __SDL_!PollEvent__
1 perry 34 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.