]> git.tdb.fi Git - libs/gui.git/history - source/input/gesturedetector.h
Update .gitignore to include build products on Windows
[libs/gui.git] / source / input / gesturedetector.h
2023-01-04 Mikko RasaAdd decorations for things which should be exported...
2022-11-27 Mikko RasaUse constexpr instead of enum to define "typeless"...
2022-11-27 Mikko RasaUse default member initializers and defaulted default...
2022-11-27 Mikko RasaUse the override specifier where appropriate
2016-09-19 Mikko RasaImplement three-finger tap and drag gestures
2016-09-19 Mikko RasaRefactor GestureDetector logic
2015-11-23 Mikko RasaImplement tap gestures
2015-11-21 Mikko RasaImplement additional two-finger gestures
2015-11-21 Mikko RasaCombine swipe gestures into a single drag gesture
2015-11-20 Mikko RasaRefactor GestureDetector and add some comments to it
2014-12-19 Mikko RasaAdd a gesture detector input device