mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 20:50:06 +01:00
12 lines
125 B
C++
12 lines
125 B
C++
|
|
#include <libinput.h>
|
||
|
|
|
||
|
|
/* This is a build-test only */
|
||
|
|
|
||
|
|
using namespace std;
|
||
|
|
|
||
|
|
int
|
||
|
|
main(int argc, char **argv)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|