forked from joejulian/gio
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
|
||||
}
|
||||
|
||||
// Click represents a historic click.
|
||||
// Click represents a past click.
|
||||
type Click struct {
|
||||
Position f32.Point
|
||||
Time time.Time
|
||||
|
||||
Reference in New Issue
Block a user