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:
Elias Naur
2019-09-30 15:13:25 +02:00
parent 7a259e68f7
commit e7a97bf176
16 changed files with 107 additions and 94 deletions
+2 -1
View File
@@ -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
}