input: use events instead of threads
This commit is contained in:
parent
a22b192e23
commit
8ddc3d448e
22 changed files with 1027 additions and 597 deletions
|
|
@ -1249,7 +1249,7 @@
|
|||
#define LV_USE_EVDEV 0
|
||||
|
||||
/** Driver for libinput input devices */
|
||||
#define LV_USE_LIBINPUT 1
|
||||
#define LV_USE_LIBINPUT 0
|
||||
|
||||
#if LV_USE_LIBINPUT
|
||||
#define LV_LIBINPUT_BSD 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue