mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-13 09:40:21 +01:00
tools: yaml verifier: add POINTER_AXIS to allowed events types
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d5b4558675
commit
41704028d3
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ class TestYaml(unittest.TestCase):
|
|||
self.assertTrue(isinstance(ev, dict))
|
||||
|
||||
def test_events_libinput_type(self):
|
||||
types = ['POINTER_MOTION', 'POINTER_MOTION_ABSOLUTE',
|
||||
types = ['POINTER_MOTION', 'POINTER_MOTION_ABSOLUTE', 'POINTER_AXIS',
|
||||
'POINTER_BUTTON', 'DEVICE_ADDED', 'KEYBOARD_KEY',
|
||||
'TOUCH_DOWN', 'TOUCH_MOTION', 'TOUCH_UP', 'TOUCH_FRAME']
|
||||
for e in self.libinput_events():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue