Removed Joystick trackball support.

This commit is contained in:
EliteMasterEric
2023-05-11 20:22:27 -04:00
parent 2b3fe0ac0d
commit a7b83cb688
10 changed files with 3 additions and 82 deletions

View File

@@ -14,7 +14,6 @@ namespace lime {
static int GetNumAxes (int id);
static int GetNumButtons (int id);
static int GetNumHats (int id);
static int GetNumTrackballs (int id);
};

View File

@@ -13,7 +13,7 @@ namespace lime {
JOYSTICK_AXIS_MOVE,
JOYSTICK_HAT_MOVE,
JOYSTICK_TRACKBALL_MOVE,
// JOYSTICK_TRACKBALL_MOVE,
JOYSTICK_BUTTON_DOWN,
JOYSTICK_BUTTON_UP,
JOYSTICK_CONNECT,