comparison src/audio/SDL_mixer_MMX_VC.c @ 1722:5daa04d862f1 SDL-1.3

Added a userdata parameter for event filters. Added a function to filter the existing queued events. Added explicit support for relative mouse mode to the API.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 30 Jun 2006 08:18:44 +0000
parents 1cc762cafff8
children
comparison
equal deleted inserted replaced
1721:1cc762cafff8 1722:5daa04d862f1
182 } 182 }
183 /* *INDENT-ON* */ 183 /* *INDENT-ON* */
184 } 184 }
185 185
186 #endif /* SDL_ASSEMBLY_ROUTINES */ 186 #endif /* SDL_ASSEMBLY_ROUTINES */
187
188 /* vi: set ts=4 sw=4 expandtab: */