projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5dc5fc0
)
Fixed return type on JoyAxisEventValue as per API
Kartik Thakore [Mon, 17 Aug 2009 01:12:53 +0000 (21:12 -0400)]
src/SDL.xs
patch
|
blob
|
blame
|
history
diff --git
a/src/SDL.xs
b/src/SDL.xs
index
b7aab01
..
657bfad
100644
(file)
--- a/
src/SDL.xs
+++ b/
src/SDL.xs
@@
-2411,7
+2411,7
@@
JoyAxisEventAxis ( e )
OUTPUT:
RETVAL
-Uint8
+Sint16
JoyAxisEventValue ( e )
SDL_Event *e
CODE: