From: Kevin M. <sub...@us...> - 2003-02-10 05:14:31
|
subatomic 2003/02/09 21:14:27 PST Modified files: gamekernel/drivers/sdl SdlDriver.cpp SdlDriver.h Log: added joystick support. includes support for: - any number of joysticks attached to the system - any number of axes in the joystick - any number of buttons hat support comming soon - will map hat dually to both digital and analog inputs... Revision Changes Path 1.17 +91 -10 lib/gamekernel/drivers/sdl/SdlDriver.cpp 1.12 +6 -3 lib/gamekernel/drivers/sdl/SdlDriver.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/drivers/sdl/SdlDriver.cpp.diff?r1=1.16&r2=1.17&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/drivers/sdl/SdlDriver.h.diff?r1=1.11&r2=1.12&diff_format=h |