summaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2023-10-17 10:33:24 +0200
committerMikhail Burakov <mburakov@mailbox.org>2023-10-17 10:33:24 +0200
commit9aa119e6765568103f5a41b401b305dff509e13a (patch)
treefdedde63346f64238c328cd814d8dfd6b372cc2f /input.h
parente9f288fd0912cde18cddd78eae030e0e877c228c (diff)
Allow disabling uhid interop from the commandline
Diffstat (limited to 'input.h')
-rw-r--r--input.h2
1 files changed, 1 insertions, 1 deletions
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);