projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e9dce38
)
fix axis
Tobias Leich [Thu, 5 Nov 2009 18:27:43 +0000 (19:27 +0100)]
src/Core/objects/JoyAxisEvent.xs
patch
|
blob
|
blame
|
history
diff --git
a/src/Core/objects/JoyAxisEvent.xs
b/src/Core/objects/JoyAxisEvent.xs
index
4825c38
..
53b04c7
100644
(file)
--- a/
src/Core/objects/JoyAxisEvent.xs
+++ b/
src/Core/objects/JoyAxisEvent.xs
@@
-41,7
+41,7
@@
jaevent_which ( event, ... )
RETVAL
Uint8
-jaevent_button ( event, ... )
+jaevent_axis ( event, ... )
SDL_JoyAxisEvent *event
CODE:
RETVAL = event->axis;