config: add option for forcing mouse emulation

Default is off. Also allow switching with reconfigure.
This commit is contained in:
Jens Peters 2024-04-22 17:21:55 +02:00 committed by Consolatis
parent be72c4bde3
commit 6d05bed883
3 changed files with 8 additions and 2 deletions

View file

@ -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;