io/router: add ScrollGesture

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2022-03-30 18:12:07 +02:00
parent b2d10c2f28
commit 6389b1a384
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -85,6 +85,7 @@ type SemanticGestures int
const (
ClickGesture SemanticGestures = 1 << iota
ScrollGesture
)
// SemanticID uniquely identifies a SemanticDescription.