mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Increase maximum mouse's sensitivities to 200%
This commit is contained in:
parent
241cfae9a1
commit
5afdbeb9f8
@ -3933,11 +3933,11 @@ class MkbPreset {
|
||||
type: SettingElement.TYPE_NUMBER_STEPPER,
|
||||
default: 50,
|
||||
min: 1,
|
||||
max: 100,
|
||||
max: 200,
|
||||
|
||||
params: {
|
||||
suffix: '%',
|
||||
exactTicks: 10,
|
||||
exactTicks: 20,
|
||||
},
|
||||
},
|
||||
|
||||
@ -3946,11 +3946,11 @@ class MkbPreset {
|
||||
type: SettingElement.TYPE_NUMBER_STEPPER,
|
||||
default: 50,
|
||||
min: 1,
|
||||
max: 100,
|
||||
max: 200,
|
||||
|
||||
params: {
|
||||
suffix: '%',
|
||||
exactTicks: 10,
|
||||
exactTicks: 20,
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user