ui: documentation tweaks

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-11 19:35:29 +02:00
parent 2f9ac5aebb
commit 842d29373f
4 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -90,8 +90,8 @@ type Source uint8
type areaKind uint8
const (
// Cancel is sent when the current gesture is interrupted
// by other handlers or the system.
// A Cancel event is generated when the current gesture is
// interrupted by other handlers or the system.
Cancel Type = iota
// Press of a pointer.
Press