ui/gesture: typo

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-11 18:57:12 +02:00
parent e2ab54a896
commit 5c3dcc6f9a
+1 -1
View File
@@ -40,7 +40,7 @@ type ClickEvent struct {
type ClickType uint8
// Scroll detects scroll gestures and reduce them to
// Scroll detects scroll gestures and reduces them to
// scroll distances. Scroll recognizes mouse wheel
// movements as well as drag and fling touch gestures.
type Scroll struct {