mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 02:15:34 +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:
@@ -104,7 +104,7 @@ func (c *Click) State() ClickState {
|
||||
return c.state
|
||||
}
|
||||
|
||||
// Next returns the next click event, if any.
|
||||
// Events returns the next click event, if any.
|
||||
func (c *Click) Events(q ui.Queue) []ClickEvent {
|
||||
var events []ClickEvent
|
||||
for _, evt := range q.Events(c) {
|
||||
|
||||
Reference in New Issue
Block a user