This commit is contained in:
2025-08-26 22:57:23 +08:00
commit b703135335
25222 changed files with 6200887 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1 @@
SOURCES = main.cpp

View File

@@ -0,0 +1,10 @@
/* Generated by configure */
#include <libinput.h>
int main(int argc, char **argv)
{
(void)argc; (void)argv;
/* BEGIN TEST: */
libinput_event_pointer_has_axis(nullptr, LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL);
/* END TEST */
return 0;
}