1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-12-21 20:55:09 -06:00

Add SmallChange properties to the rest of the sliders (fixes keyboard input). (#5621)

This commit is contained in:
MutantAura
2023-08-29 09:56:43 +01:00
committed by GitHub
parent cd7b52f995
commit 93d78f9ac4
4 changed files with 10 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
MaxWidth="150"
TickFrequency="0.01"
IsSnapToTickEnabled="True"
SmallChange="0.01"
Maximum="100"
Minimum="0"
Value="{Binding Sensitivity, Mode=TwoWay}" />
@@ -50,6 +51,7 @@
MaxWidth="150"
TickFrequency="0.01"
IsSnapToTickEnabled="True"
SmallChange="0.01"
Maximum="100"
Minimum="0"
Value="{Binding GyroDeadzone, Mode=TwoWay}" />