summaryrefslogtreecommitdiff
path: root/src/touch-dev.c
Commit message (Collapse)AuthorAgeFilesLines
* Test implementation of grail apiHenrik Rydberg2010-08-051-3/+3
| | | | | | This patch introduces the grail API, and a program to test it (evlink). Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Merge in fix of dev package. This patch moves header files around, and does ↵Henrik Rydberg2010-08-051-1/+1
| | | | | | not contain any logic changes. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Gesture Recognition And Instantiation Library (grail)Henrik Rydberg2010-07-131-0/+179
The aim of this first commit is to get down to hard testing of concepts, and the library currently has two test programs, touch and grail, which can be run on commandline. Touch tests the touch interface, and grail tests the gesture interface. Expect thinking errors and some glitches. Other than that, the code runs fine. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>