From f2f7b00ab803499424c55f56a18bdf477b3b9b76 Mon Sep 17 00:00:00 2001 From: faiface Date: Tue, 7 May 2019 01:19:06 +0200 Subject: minor --- win/win.go | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'win') diff --git a/win/win.go b/win/win.go index 0a9b8c4..69bc5c1 100644 --- a/win/win.go +++ b/win/win.go @@ -131,18 +131,18 @@ func makeGLFWWin(o *options) (*glfw.Window, error) { // Here are all kinds of events that a window can produce, along with descriptions. // Things enclosed in <> are values that are filled in. // -// resize// Window resized to w x h. -// wi/close Window close button pressed. -// mo/move// Mouse moved to (x, y). -// mo/down///