ui/input,ui/layout: update comments

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-07-16 14:30:59 +02:00
parent b4441a8728
commit fd096e8838
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ type Queue interface {
Events(k Key) []Event
}
// Key is the stable identifier for an event handler. For a handler h, the
// key is typically &h.
// Key is the stable identifier for an event handler.
// For a handler h, the key is typically &h.
type Key interface{}
// Event is the marker interface for input events.