mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
config: add tablet rotate configuration
Co-authored-by: Consolatis <35009135+Consolatis@users.noreply.github.com>
This commit is contained in:
parent
20bba35570
commit
23ecc32562
5 changed files with 35 additions and 4 deletions
|
|
@ -83,6 +83,7 @@ struct rcxml {
|
|||
|
||||
/* graphics tablet */
|
||||
struct tablet_config {
|
||||
enum rotation rotation;
|
||||
uint16_t button_map_count;
|
||||
struct button_map_entry button_map[BUTTON_MAP_MAX];
|
||||
} tablet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue