mirror of
https://github.com/labwc/labwc.git
synced 2025-11-22 06:59:55 -05:00
config: add option for forcing mouse emulation
Default is off. Also allow switching with reconfigure.
This commit is contained in:
parent
be72c4bde3
commit
6d05bed883
3 changed files with 8 additions and 2 deletions
|
|
@ -94,6 +94,7 @@ struct rcxml {
|
|||
|
||||
/* graphics tablet */
|
||||
struct tablet_config {
|
||||
bool force_mouse_emulation;
|
||||
char *output_name;
|
||||
struct wlr_fbox box;
|
||||
enum rotation rotation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue