1
0
Fork 0

Add beta2 patch: enable full joystick remapping

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2747
This commit is contained in:
Sebastian Strohhäcker 2007-01-10 15:01:15 +00:00
parent 7d57a8d5e5
commit e529cae446
5 changed files with 586 additions and 227 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: joystick.h,v 1.9 2007-01-08 19:45:37 qbix79 Exp $ */
/* $Id: joystick.h,v 1.10 2007-01-10 15:00:38 c2woody Exp $ */
#ifndef DOSBOX_JOYSTICK_H
#define DOSBOX_JOYSTICK_H
void JOYSTICK_Enable(Bitu which,bool enabled);
@ -37,6 +37,7 @@ float JOYSTICK_GetMove_Y(Bitu which);
enum JoystickType {
JOY_NONE,
JOY_AUTO,
JOY_2AXIS,
JOY_4AXIS,
JOY_FCS,