diff options
| author | Mikhail Burakov <mburakov@mailbox.org> | 2023-10-17 10:33:24 +0200 | 
|---|---|---|
| committer | Mikhail Burakov <mburakov@mailbox.org> | 2023-10-17 10:33:24 +0200 | 
| commit | 9aa119e6765568103f5a41b401b305dff509e13a (patch) | |
| tree | fdedde63346f64238c328cd814d8dfd6b372cc2f /input.h | |
| parent | e9f288fd0912cde18cddd78eae030e0e877c228c (diff) | |
Allow disabling uhid interop from the commandline
Diffstat (limited to 'input.h')
| -rw-r--r-- | input.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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); | 
