changeset 4635:0a07d002f10b

Fixed documentation error
author Sam Lantinga <slouken@libsdl.org>
date Sat, 14 Aug 2010 12:28:43 -0700
parents 242c805baf68
children b196d2758026
files include/SDL_events.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_events.h	Sat Aug 14 12:22:06 2010 -0700
+++ b/include/SDL_events.h	Sat Aug 14 12:28:43 2010 -0700
@@ -382,12 +382,12 @@
  *  the back of the event queue.
  *  
  *  If \c action is ::SDL_PEEKEVENT, up to \c numevents events at the front
- *  of the event queue, matching \c mask, will be returned and will not
- *  be removed from the queue.
+ *  of the event queue, within the specified minimum and maximum type,
+ *  will be returned and will not be removed from the queue.
  *  
  *  If \c action is ::SDL_GETEVENT, up to \c numevents events at the front 
- *  of the event queue, matching \c mask, will be returned and will be
- *  removed from the queue.
+ *  of the event queue, within the specified minimum and maximum type,
+ *  will be returned and will be removed from the queue.
  *  
  *  \return The number of events actually stored, or -1 if there was an error.
  *