Add mouse emulation for touch devices

This commit is contained in:
Simon Long 2024-10-29 09:01:21 +00:00
parent 2b1a694154
commit 1303c13aa7
5 changed files with 24 additions and 3 deletions

View file

@ -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 */
};