mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
io/router: rename Router.Add to the more specific Queue
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -41,7 +41,7 @@ func ExampleClickable_passthrough() {
|
||||
widget()
|
||||
r.Frame(gtx.Ops)
|
||||
// Simulate one click on the buttons by sending a Press and Release event.
|
||||
r.Add(
|
||||
r.Queue(
|
||||
pointer.Event{
|
||||
Source: pointer.Mouse,
|
||||
Buttons: pointer.ButtonLeft,
|
||||
|
||||
Reference in New Issue
Block a user