From: Kartik Thakore Date: Mon, 17 Aug 2009 01:12:53 +0000 (-0400) Subject: Fixed return type on JoyAxisEventValue as per API X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c668d2c2bf8d490c66ba36b70c45367d597fe3f2;p=sdlgit%2FSDL_perl.git Fixed return type on JoyAxisEventValue as per API --- diff --git a/src/SDL.xs b/src/SDL.xs index b7aab01..657bfad 100644 --- a/src/SDL.xs +++ b/src/SDL.xs @@ -2411,7 +2411,7 @@ JoyAxisEventAxis ( e ) OUTPUT: RETVAL -Uint8 +Sint16 JoyAxisEventValue ( e ) SDL_Event *e CODE: