Skip Menu |

This queue is for tickets about the SDL_perl CPAN distribution.

Report information
The Basics
Id: 43959
Status: resolved
Priority: 0/
Queue: SDL_perl

People
Owner: Nobody in particular
Requestors: dburr [...] topcon.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: JoyAxisEventValue has wrong return type in SDL.xs
Date: Mon, 9 Mar 2009 17:11:32 +1000
To: <bug-SDL_perl [...] rt.cpan.org>
From: Daniel Burr <dburr [...] topcon.com>
In SDL.xs, JoyAxisEventValue is defined with a return type of Uint8. However, the manpage for SDL_JoystickGetAxis(3) shows the return type as being Sint16. This has actually been reported twice already: http://www.nntp.perl.org/group/perl.sdl.devel/2006/08/msg1245.html http://www.nntp.perl.org/group/perl.sdl.devel/2003/12/msg495.html