documentation was wrong master
authorJavier <maemo@javispedro.com>
Sat, 13 Nov 2010 14:31:51 +0000 (15:31 +0100)
committerJavier <maemo@javispedro.com>
Sat, 13 Nov 2010 14:31:51 +0000 (15:31 +0100)
sdlhaa/src/SDL_haa.h

index 7cc6217..7f1929b 100644 (file)
@@ -87,7 +87,7 @@ extern DECLSPEC void SDLCALL HAA_Quit();
 /** 
   Call before handling any SDL_Event (or use SDL_SetEventFilter).
   @param event the SDL_Event you were about to handle.
-  @return 1 if the event was filtered and should not be handled by your app.
+  @return 0 if the event was filtered and should not be handled by your app.
 */
 extern DECLSPEC int SDLCALL HAA_FilterEvent(const SDL_Event *event);