1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Remove no longer used values

This commit is contained in:
Ivan Savenko 2024-04-30 21:30:12 +03:00
parent 73f4ad46ca
commit 91ff82e74f
2 changed files with 2 additions and 7 deletions

View File

@ -16,11 +16,6 @@
#include "../../lib/Point.h"
#include "../gui/Shortcut.h"
constexpr int AXIS_DEAD_ZOOM = 6000;
constexpr int AXIS_MAX_ZOOM = 32000;
constexpr int AXIS_MOVE_SPEED = 500;
constexpr int TRIGGER_PRESS_THRESHOLD = 8000;
/// Class that handles game controller input from SDL events
class InputSourceGameController
{

View File

@ -284,7 +284,7 @@
"controllerTriggerTreshold" : {
"type" : "number",
"default" : 0.3
}
},
"controllerAxisDeadZone" : {
"type" : "number",
"default" : 0.2
@ -308,7 +308,7 @@
"controllerPanningScale" : {
"type" : "number",
"default" : 2
},
}
}
},
"adventure" : {