input_common: Use DriverResult on all engines

This commit is contained in:
german77
2022-12-26 11:11:01 -06:00
committed by Narr the Reg
parent 82774f546a
commit 5cbeb6f1c4
17 changed files with 100 additions and 104 deletions
@@ -284,6 +284,7 @@ enum class DriverResult {
NoDeviceDetected,
InvalidHandle,
NotSupported,
Disabled,
Unknown,
};