Differences between version 2 and previous revision of SDL_PeepEvents(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:46 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:46 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_PeepEvents
-!!!SDL_PeepEvents
+SDL_!
PeepEvents
+!!!SDL_!
PeepEvents
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
@@ -8,16 +8,16 @@
----
!!NAME
-SDL_PeepEvents- Checks the event queue for messages and optionally returns them.
+SDL_!
PeepEvents- Checks the event queue for messages and optionally returns them.
!!SYNOPSIS
__#include __
-__int SDL_PeepEvents__(__SDL_Event *events, int
+__int SDL_!
PeepEvents__(__SDL_Event *events, int
numevents, SDL_eventaction action, Uint32
mask__);
!!DESCRIPTION
@@ -51,7 +51,7 @@
or __-1__ if there was an error.
!!SEE ALSO
-__SDL_Event__, __SDL_PollEvent__,
-__SDL_PushEvent__
+__SDL_Event__, __SDL_!
PollEvent__,
+__SDL_!
PushEvent__
----