summaryrefslogtreecommitdiff
path: root/src/gestures-touch.c
Commit message (Collapse)AuthorAgeFilesLines
* Glue touch gestures as wellHenrik Rydberg2011-04-041-0/+4
| | | | | | | | | All motion-activated gestures are held for a short (glue) time to allow for direct transition to multi-finger gesture types. The touch gestures were mistakenly implemented without this. Fixed with this patch. LP: #748282 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Introduce touch gesture eventsHenrik Rydberg2011-03-281-0/+94
Touch gesture events follow the same logic as drags, except they cannot be held back but are emitted immediately. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>