From 9aa119e6765568103f5a41b401b305dff509e13a Mon Sep 17 00:00:00 2001 From: Mikhail Burakov <mburakov@mailbox.org> Date: Tue, 17 Oct 2023 10:33:24 +0200 Subject: Allow disabling uhid interop from the commandline --- input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.h') diff --git a/input.h b/input.h index 1de40a6..a3ed01e 100644 --- a/input.h +++ b/input.h @@ -22,7 +22,7 @@ struct InputHandler; -struct InputHandler* InputHandlerCreate(void); +struct InputHandler* InputHandlerCreate(bool disable_uhid); int InputHandlerGetEventsFd(struct InputHandler* input_handler); bool InputHandlerProcessEvents(struct InputHandler* input_handler); bool InputHandlerHandle(struct InputHandler* input_handler, int fd); -- cgit v1.2.3