Removed Joystick trackball support.
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user