1
0
forked from Clones/Controlify

better HID service failure handling

This commit is contained in:
isXander
2023-02-11 14:19:08 +00:00
parent d46ead7fee
commit 7b2624c12e
6 changed files with 56 additions and 16 deletions

View File

@ -150,6 +150,10 @@ public class Controlify {
return virtualMouseHandler;
}
public ControllerHIDService controllerHIDService() {
return controllerHIDService;
}
public InputMode currentInputMode() {
return currentInputMode;
}