summaryrefslogtreecommitdiff
path: root/include/grail-touch.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce threadingHenrik Rydberg2010-08-051-1/+2
| | | | | | | | 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/+5
| | | | | | 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-9/+15
| | | | | | | | 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-0/+100
not contain any logic changes. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>