Add mouse emulation for touch devices (#2277)

This commit is contained in:
Simon Long 2024-10-29 19:22:01 +00:00 committed by GitHub
parent 4d3efb4339
commit 45a9bd95e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 */
};