mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
config: add user names for pad butttons
This commit is contained in:
parent
c2687d9281
commit
d48126bf97
3 changed files with 31 additions and 2 deletions
|
|
@ -7,6 +7,16 @@ struct seat;
|
|||
struct wlr_device;
|
||||
struct wlr_input_device;
|
||||
|
||||
#define LAB_BTN_PAD 0x0
|
||||
#define LAB_BTN_PAD2 0x1
|
||||
#define LAB_BTN_PAD3 0x2
|
||||
#define LAB_BTN_PAD4 0x3
|
||||
#define LAB_BTN_PAD5 0x4
|
||||
#define LAB_BTN_PAD6 0x5
|
||||
#define LAB_BTN_PAD7 0x6
|
||||
#define LAB_BTN_PAD8 0x7
|
||||
#define LAB_BTN_PAD9 0x8
|
||||
|
||||
struct drawing_tablet_pad {
|
||||
struct seat *seat;
|
||||
struct wlr_tablet_pad *tablet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue