Bumped version to 0.67

This commit is contained in:
Serge
2023-05-22 16:15:24 +02:00
parent 252cc9d868
commit 9e6ca7c2e2
3 changed files with 4 additions and 2 deletions

View File

@@ -194,6 +194,8 @@ namespace GHelper
Logger.WriteLine("Input Events" + device.Capabilities.FeatureReportByteLength + "|" + device.Capabilities.InputReportByteLength + device.Description + device.DevicePath);
}
if (input is null) Logger.WriteLine("Input device not found");
return input;
}