mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
Add mouseEmulation parameter to touch devices
This commit is contained in:
parent
1dadb12807
commit
1fa320cb99
6 changed files with 22 additions and 3 deletions
|
|
@ -8,6 +8,7 @@
|
|||
struct touch_config_entry {
|
||||
char *device_name;
|
||||
char *output_name;
|
||||
bool force_mouse_emulation;
|
||||
|
||||
struct wl_list link; /* struct rcxml.touch_configs */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue