mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
ui/layout,ui/app: fix tests, go fmt, update comments
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+10
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user