Differences between version 2 and predecessor to the previous major change of SDL_PollEvent(3).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:47 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:47 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_PollEvent
-!!!SDL_PollEvent
+SDL_!
PollEvent
+!!!SDL_!
PollEvent
NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
@@ -8,16 +8,16 @@
----
!!NAME
-SDL_PollEvent- Polls for currently pending events.
+SDL_!
PollEvent- Polls for currently pending events.
!!SYNOPSIS
__#include __
-__int SDL_PollEvent__(__SDL_Event
+__int SDL_!
PollEvent__(__SDL_Event
*event__);
!!DESCRIPTION
@@ -35,11 +35,11 @@
.
.
.
/* Check for events */
-while(SDL_PollEvent(
+while(SDL_!
PollEvent(
!!SEE ALSO
-__SDL_Event__, __SDL_WaitEvent__,
-__SDL_PeepEvents__
+__SDL_Event__, __SDL_!
WaitEvent__,
+__SDL_!
PeepEvents__
----