mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
ea5517b270
* 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.
68 lines
631 B
Plaintext
68 lines
631 B
Plaintext
# Object files
|
||
*.o
|
||
*.ko
|
||
*.obj
|
||
*.elf
|
||
|
||
# Precompiled Headers
|
||
*.gch
|
||
*.pch
|
||
|
||
# Libraries
|
||
*.lib
|
||
*.a
|
||
*.la
|
||
*.lo
|
||
|
||
# Shared objects (inc. Windows DLLs)
|
||
*.dll
|
||
*.so
|
||
*.so.*
|
||
*.dylib
|
||
|
||
# Executables
|
||
*.exe
|
||
*.out
|
||
*.app
|
||
*.i*86
|
||
*.x86_64
|
||
*.hex
|
||
|
||
# Debug files
|
||
*.dSYM/
|
||
*.su
|
||
|
||
# generated files
|
||
aclocal.m4
|
||
config.h.in
|
||
config.guess
|
||
configure
|
||
config.sub
|
||
depcomp
|
||
install-sh
|
||
ltmain.sh
|
||
Makefile
|
||
Makefile.in
|
||
src/Makefile
|
||
src/Makefile.in
|
||
missing
|
||
autom4te.cache/
|
||
compile
|
||
config.h
|
||
config.h.in~
|
||
config.log
|
||
config.status
|
||
libtool
|
||
m4/libtool.m4
|
||
m4/ltoptions.m4
|
||
m4/ltsugar.m4
|
||
m4/ltversion.m4
|
||
m4/lt~obsolete.m4
|
||
src/.deps/
|
||
stamp-h1
|
||
src/.libs/
|
||
*.pc
|
||
|
||
# build folder
|
||
build/
|