widget: improve Click description

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-04-16 19:15:10 +02:00
parent efce78d414
commit b8cbc1e99d
+1 -1
View File
@@ -18,7 +18,7 @@ type Button struct {
history []Click
}
// Click represents a historic click.
// Click represents a past click.
type Click struct {
Position f32.Point
Time time.Time