Lines Matching refs:touchpad
736 struct litest_device *keyboard, *touchpad;
740 touchpad = litest_add_device(li, LITEST_SYNAPTICS_TOUCHPAD);
741 litest_enable_tap(touchpad->libinput_device);
748 litest_touch_down(touchpad, 0, 50, 50);
749 litest_touch_up(touchpad, 0);
764 litest_touch_down(touchpad, 0, 50, 50);
765 litest_touch_up(touchpad, 0);
785 litest_touch_down(touchpad, 0, 50, 50);
786 litest_touch_up(touchpad, 0);
800 litest_delete_device(touchpad);