DoUrVerse Repository
Projects
Pull Requests
Issues
Builds
Packages
DoUrVerse
Code
Files
Commits
Branches
Tags
Code Comments
Code Compare
Pull Requests
Issues
List
Boards
Iterations
Builds
Statistics
Code
Child Projects
Projects
DoUrVerse
Commits
50b49058
ctrl
k
Sign In
Looked into keybind search not resetting
Simon Hoxer Bønding
committed
6 months ago
50b49058
1 parent
1a136cec
DoUrVerse/Assets/fixed-devices/logitech-x56-stick.xml
■
■
■ ■ ■ ■
1
1
<?xml version="1.0" encoding="utf-8"?>
2
-
<DeviceImage version="
NaN
" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
2
+
<DeviceImage version="
1
" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
3
<Image>logitech-x56-stick.png</Image>
4
4
<Products>
5
5
</Products>
skipped 21 lines
All occurrences
DoUrVerse/Assets/fixed-devices/thrustmaster t-16000m.xml
■ ■
■ ■
■ ■
1
1
<?xml version="1.0" encoding="utf-8"?>
2
-
<DeviceImage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
2
+
<DeviceImage
Version
=
"
1
"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
3
<Image>thrustmaster t-16000m.png</Image>
4
4
<Products>
5
-
<Product>T.16000M</Product>
5
+
<Name>T.16000</Name>
6
6
</Products>
7
7
<Hotspots>
8
8
<Hotspot X="401" Y="124">Button 1</Hotspot>
skipped 17 lines
All occurrences
DoUrVerse/ViewModels/ProfileBindingsViewModel.cs
■ ■ ■ ■
■ ■
skipped 50 lines
51
51
get { return actionMappingFilter; }
52
52
set { actionMappingFilter = value;
53
53
this.RaisePropertyChanged(nameof(ActionMappingFilter));
54
-
if (value.Length == 0 || value.Length > 2)
55
-
{
56
-
FilterBindingsGroupViewModels();
57
-
}
54
+
FilterBindingsGroupViewModels();
55
+
58
56
}
59
57
}
60
58
skipped 85 lines
146
144
}
147
145
public void FilterBindingsGroupViewModels()
148
146
{
149
-
if (ActionMappingFilter.Length < 3)
return
;
147
+
if (ActionMappingFilter.Length
>
0
|
|
ActionMappingFilter
.
Length
< 3)
148
+
{
149
+
return;
150
+
}
151
+
150
152
151
153
int totalActions = 0;
152
154
foreach(BindingsGroupViewModel bindingsGroup in BindingsGroupViewModels)
skipped 205 lines
All occurrences
DoUrVerse
Assets/fixed-devices
logitech-x56-stick.xml
thrustmaster t-16000m.xml
ViewModels/ProfileBindingsViewModel.cs
Please wait...
Page is in error, reload to recover