ui/layout,ui/app: fix tests, go fmt, update comments

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-26 19:15:58 +02:00
parent bdd6b32711
commit ce74bc0cba
4 changed files with 14 additions and 14 deletions
+10 -10
View File
@@ -98,21 +98,21 @@ type window struct {
notify struct {
read, write int
}
ppdp, ppsp float32
scroll struct {
time time.Duration
steps image.Point
dist f32.Point
ppdp, ppsp float32
scroll struct {
time time.Duration
steps image.Point
dist f32.Point
}
lastPos f32.Point
lastTouch f32.Point
lastPos f32.Point
lastTouch f32.Point
fling struct {
yExtrapolation fling.Extrapolation
xExtrapolation fling.Extrapolation
anim fling.Animation
start bool
dir f32.Point
anim fling.Animation
start bool
dir f32.Point
}
stage Stage