summaryrefslogtreecommitdiff
path: root/src/touch-engine.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce zoom, rotate and combo gesturesHenrik Rydberg2010-08-051-25/+17
| | | | | | | Introduce grail_mask bit functions, and add new gestures as separate functions, referring to the same move model. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Introduce threadingHenrik Rydberg2010-08-051-3/+4
| | | | | | | | In order to enable deferred events from grail, but the event processing in a separate thread, and have the calling thread return as quickly as possible. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Test implementation of grail apiHenrik Rydberg2010-08-051-3/+6
| | | | | | This patch introduces the grail API, and a program to test it (evlink). Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Touch API changesHenrik Rydberg2010-08-051-8/+23
| | | | | | | | Add touch time to the touch frame (Thanks Rafi) Add touch change counters to the touch frame Add event bypass callback 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/+126
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>