* add xf86 input driver. * cleanup. * rewrite to unix socket PoC. * add input rebuild. * lint & docs. * add input driver struct. * comments, lint, socket name from config. * add touch events to webrtc. * switch to uint32. * misc update logging & linting, * fix screen size * set touchscreen as core pointer. * add touch to ws control. * SendCoreEvents. * extract to own xinput folder. * add debounce. * switch pressure to uint8. * check buffer size. * send touch events with system init. |
||
|---|---|---|
| .. | ||
| m4 | ||
| src | ||
| .gitignore | ||
| 80-neko.conf | ||
| autogen-clean.sh | ||
| autogen.sh | ||
| configure.ac | ||
| COPYING | ||
| Dockerfile | ||
| Makefile.am | ||
| README.md | ||
| release.sh | ||
| xorg-neko.pc.in | ||
xf86-input-neko
how to use
xf86-input-neko assumes you have only one virtual touchscreen device available, see
80-neko.conf. If there are multiple in your system, please specify one config
section for each.
xf86-input-neko aims to make neko easy to use and doesn't
offer special configuration options.
./configure --prefix=/usrmakesudo make install
Done.
To uninstall, again go inside the extracted directory, and do
sudo make uninstall