Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Closed bug #74
Added DirectInput joystick code, contributed by Glenn Maynard. This fixes a problem with the Windows Multimedia joystick driver not showing all 6 axes on a GameCube controller converter, which was donated by Jacob Kolding.
- Loading branch information
Showing
with
630 additions
and 112 deletions.
- BIN VisualC.zip
- +7 −2 configure.in
- +1 −0 include/SDL_config.h.in
- +1 −1 include/SDL_config_win32.h
- +513 −0 src/joystick/win32/SDL_dxjoystick.c
- +76 −79 src/video/windx5/SDL_dx5video.c
- +32 −30 test/testjoystick.c
Binary file not shown.
Oops, something went wrong.