aboutsummaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/win.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/win/win.go b/win/win.go
index ba97cd0..af0f4e8 100644
--- a/win/win.go
+++ b/win/win.go
@@ -125,12 +125,12 @@ func makeGLFWWin(o *options) (*glfw.Window, error) {
// kb/repeat/<key> A key on the keyboard repeated (happens when held).
//
// <w>, <h>, <x>, <y>, and <code> are numbers (%d).
-// <button> is one of (without quotes):
-// "left", "right", "middle"
-// <key> is one of (without quotes):
-// "left", "right", "up", "down", "escape", "space", "backspace", "delete", "enter",
-// "tab", "home", "end", "pageup", "pagedown", "shift", "shift", "ctrl", "ctrl", "alt",
-// "alt"
+// <button> is one of:
+// left right middle
+// <key> is one of:
+// left right up down escape space backspace delete enter
+// tab home end pageup pagedown shift shift ctrl ctrl alt
+// alt
type Win struct {
eventsOut <-chan gui.Event
eventsIn chan<- gui.Event