Fixed return type on JoyAxisEventValue as per API
Kartik Thakore [Mon, 17 Aug 2009 01:12:53 +0000 (21:12 -0400)]
src/SDL.xs

index b7aab01..657bfad 100644 (file)
@@ -2411,7 +2411,7 @@ JoyAxisEventAxis ( e )
         OUTPUT:
                 RETVAL
 
-Uint8
+Sint16
 JoyAxisEventValue ( e )
         SDL_Event *e
         CODE: