mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Add mouse emulation for touch devices (#2277)
This commit is contained in:
parent
4d3efb4339
commit
45a9bd95e7
5 changed files with 24 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