mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Remove no longer used enum
This commit is contained in:
parent
2b9ad0fdfa
commit
2ba4458cea
@ -21,13 +21,6 @@ constexpr int AXIS_MAX_ZOOM = 32000;
|
||||
constexpr int AXIS_MOVE_SPEED = 500;
|
||||
constexpr int TRIGGER_PRESS_THRESHOLD = 8000;
|
||||
|
||||
enum class AxisType
|
||||
{
|
||||
CURSOR_MOTION,
|
||||
MAP_SCROLL,
|
||||
NONE
|
||||
};
|
||||
|
||||
/// Class that handles game controller input from SDL events
|
||||
class InputSourceGameController
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user