mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-05 10:10:10 +01:00
test: replace a litest button with a litest key call
Same thing under the hood but still... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
3fea53c3a9
commit
f35bb9760e
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ START_TEST(device_disable_release_keys)
|
|||
|
||||
device = dev->libinput_device;
|
||||
|
||||
litest_button_click_debounced(dev, li, KEY_A, true);
|
||||
litest_keyboard_key(dev, KEY_A, true);
|
||||
litest_drain_events(li);
|
||||
|
||||
status = libinput_device_config_send_events_set_mode(device,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue