mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
widget: improve Click description
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ type Button struct {
|
|||||||
history []Click
|
history []Click
|
||||||
}
|
}
|
||||||
|
|
||||||
// Click represents a historic click.
|
// Click represents a past click.
|
||||||
type Click struct {
|
type Click struct {
|
||||||
Position f32.Point
|
Position f32.Point
|
||||||
Time time.Time
|
Time time.Time
|
||||||
|
|||||||
Reference in New Issue
Block a user