ControllerInterface: Move axes/constants to derived class

This commit is contained in:
Connor McLaughlin
2021-05-07 20:39:46 +10:00
parent 9ff1f153be
commit e5a6103f74
5 changed files with 19 additions and 15 deletions

View File

@ -36,8 +36,6 @@ public:
enum : int
{
MAX_NUM_AXISES = 7,
MAX_NUM_BUTTONS = 15,
NUM_HAT_DIRECTIONS = 4,
HAT_DIRECTION_UP = 0,
HAT_DIRECTION_DOWN = 1,