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:
parent
73f4ad46ca
commit
91ff82e74f
@ -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
|
||||
{
|
||||
|
@ -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" : {
|
||||
|
Loading…
Reference in New Issue
Block a user