1
0
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:
Ivan Savenko 2024-04-30 15:37:30 +03:00
parent 2b9ad0fdfa
commit 2ba4458cea

View File

@ -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
{