diff options
Diffstat (limited to 'test/litest.h')
-rw-r--r-- | test/litest.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/litest.h b/test/litest.h index 85a0a1f2..fea10f7e 100644 --- a/test/litest.h +++ b/test/litest.h @@ -663,6 +663,10 @@ void litest_button_scroll(struct litest_device *d, unsigned int button, double dx, double dy); +void +litest_button_scroll_locked(struct litest_device *d, + unsigned int button, + double dx, double dy); void litest_keyboard_key(struct litest_device *d, |