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
2796b0d4
ctrl
k
Sign In
Fix syntax error
Simon Hoxer Bønding
committed
10 months ago
2796b0d4
1 parent
ee0de838
DoUrVerse/ViewModels/DebugViewModel.cs
■ ■
■ ■
■ ■
skipped 60 lines
61
61
{
62
62
DeviceDetector.AddInputHandler(inputRecieved);
63
63
DeviceInputListener.UnknownInputReceived += unknownInputReceived;
64
-
)
64
+
65
65
}
66
66
else
67
67
{
skipped 15 lines
83
83
84
84
logline = $"[{dev.Name}] detected unknown input: {args.Description}";
85
85
}
86
-
)
86
+
87
87
88
88
void inputRecieved(object sender, DeviceInputEventArgs eventArgs)
89
89
{
skipped 78 lines
All occurrences
DoUrVerse/ViewModels/DebugViewModel.cs
Please wait...
Page is in error, reload to recover