From 13cb522b404a97172255df898d7674fe6b16cedd Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Fri, 15 Jul 2005 08:21:06 +0000 Subject: Enabling support for joypads: - Only <=6 buttons are supported - Only the first jopad is used (if you have more than one) - Axes need to be tuned - You can only move and attack with joypad Small fix in the updating system --- src/game.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 59bc6a6d..2ac2e386 100644 --- a/src/game.h +++ b/src/game.h @@ -58,6 +58,25 @@ extern int server_tick; extern bool displayPathToMouse; extern int startX, startY; +enum { + JOY_UP, + JOY_DOWN, + JOY_LEFT, + JOY_RIGHT, + JOY_BTN0, + JOY_BTN1, + JOY_BTN2, + JOY_BTN3, + JOY_BTN4, + JOY_BTN5, + JOY_BTN6, + JOY_BTN7, + JOY_BTN8, + JOY_BTN9, + JOY_BTN10, + JOY_BTN11 +}; + /** * Main game loop */ -- cgit v1.2.3-70-g09d2