11 lines
255 B
C++
11 lines
255 B
C++
/* 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;
|
|
}
|