ui/app: drop Event

input.Event is enough if we stretch "input" to mean both input
devices and other events such as profiling events and system
commands.

The pointer and key packages are separate already, so I don't
expanding the meaning is unreasonable.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-01 15:27:14 +02:00
parent 69bba3aa4b
commit cb312c8d32
6 changed files with 20 additions and 28 deletions
+1 -2
View File
@@ -182,5 +182,4 @@ func (s Source) String() string {
}
}
func (Event) ImplementsEvent() {}
func (Event) ImplementsInputEvent() {}
func (Event) ImplementsEvent() {}