Initial commit. Linux backend is fully functional.
commit2700b8395b0528914ad87ca691104b0882d52fbf
authorMatt Thompson <matt@hermes.(none)>
Thu, 7 May 2009 04:29:58 +0000 (6 23:29 -0500)
committerMatt Thompson <matt@hermes.(none)>
Thu, 7 May 2009 04:29:58 +0000 (6 23:29 -0500)
tree296f602f035b3b3c178fe7b60a80e70fd092626d
Initial commit. Linux backend is fully functional.
13 files changed:
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
extras/95-uinput.rules [new file with mode: 0644]
extras/umd-mouse.fdi [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/umd.c [new file with mode: 0644]
src/umd.h [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/basic.c [new file with mode: 0644]
tests/click.c [new file with mode: 0644]
tests/move.c [new file with mode: 0644]
tests/warp.c [new file with mode: 0644]