mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
config: add touch output mapping configuration
This commit is contained in:
parent
42afdf9193
commit
614ce35f31
2 changed files with 11 additions and 0 deletions
|
|
@ -88,6 +88,11 @@ struct rcxml {
|
|||
struct wl_list mousebinds; /* struct mousebind.link */
|
||||
double scroll_factor;
|
||||
|
||||
/* touch tablet */
|
||||
struct touch_config {
|
||||
char *output_name;
|
||||
} touch;
|
||||
|
||||
/* graphics tablet */
|
||||
struct tablet_config {
|
||||
char *output_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue