mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
io/event: move event types from package ui to its own package
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@ package layout
|
||||
import (
|
||||
"image"
|
||||
|
||||
"gioui.org/io/event"
|
||||
"gioui.org/ui"
|
||||
)
|
||||
|
||||
@@ -51,7 +52,7 @@ type Context struct {
|
||||
Dimensions Dimensions
|
||||
|
||||
ui.Config
|
||||
ui.Queue
|
||||
event.Queue
|
||||
*ui.Ops
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user