documentation was wrong
[sdlhildon] / 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);