mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-01 04:40:09 +01:00
test: add REL_WHEEL to intuos tablet
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ea77fd3272
commit
b7a19079bf
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ static int events[] = {
|
|||
EV_KEY, BTN_TOUCH,
|
||||
EV_KEY, BTN_STYLUS,
|
||||
EV_KEY, BTN_STYLUS2,
|
||||
EV_REL, REL_WHEEL,
|
||||
EV_MSC, MSC_SERIAL,
|
||||
INPUT_PROP_MAX, INPUT_PROP_POINTER,
|
||||
-1, -1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue