summaryrefslogtreecommitdiff
path: root/include/utouch/frame.h
Commit message (Collapse)AuthorAgeFilesLines
* Add set slot by touch id utilityHenrik Rydberg2011-02-151-0/+11
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Map device coordinates onto target surfaceHenrik Rydberg2011-02-151-6/+24
| | | | | | | | | | | | The current implementation outputs most touch attributes in device coordinates. However, the primary use case is to map the input device onto an area on the screen, needed in particular for multihead setups. Moreover, the XI2.1 backend works with screen coordinates, creating an unnecessary discrepancy between backends. This patch adds the basic transformation layer to the utouch surface, thus serving as the master point of device-to-surface mapping. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add C++ header integrationHenrik Rydberg2011-02-141-0/+8
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Initial load of utouch-framev1.0.0Henrik Rydberg2010-12-301-0/+250
Compiles and runs on mtdev. ABI proof. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>