From f37beb55c4cbf6a3328e2974ceaab013749ba934 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 13 Nov 2010 15:31:51 +0100 Subject: [PATCH] documentation was wrong --- sdlhaa/src/SDL_haa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdlhaa/src/SDL_haa.h b/sdlhaa/src/SDL_haa.h index 7cc6217..7f1929b 100644 --- a/sdlhaa/src/SDL_haa.h +++ b/sdlhaa/src/SDL_haa.h @@ -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); -- 1.7.9.5