mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
config: support libinput sendEventsMode
This allows to enable / disable libinput devices. Co-Authored-By: @Consolatis
This commit is contained in:
parent
9456b50983
commit
6fb06c54c2
6 changed files with 78 additions and 6 deletions
|
|
@ -24,6 +24,7 @@ libinput_category_init(struct libinput_category *l)
|
|||
l->middle_emu = -1;
|
||||
l->dwt = -1;
|
||||
l->click_method = -1;
|
||||
l->send_events_mode = -1;
|
||||
}
|
||||
|
||||
enum lab_libinput_device_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue