File: input.h

package info (click to toggle)
libinput 1.12.6-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,720 kB
  • sloc: ansic: 68,031; python: 1,632; sh: 173; makefile: 16; cpp: 7
file content (5 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (9)
1
2
3
4
5
#ifdef __linux__
#include "linux/input.h"
#elif __FreeBSD__
#include "freebsd/input.h"
#endif