From ba4fc4a57f9a38252f708f785f37aa24138dfe09 Mon Sep 17 00:00:00 2001 From: faiface Date: Thu, 9 May 2019 14:28:25 +0200 Subject: change event strings to event types --- win/win.go | 97 ++++++++++++++++++++++++-------------------------------------- 1 file changed, 38 insertions(+), 59 deletions(-) (limited to 'win/win.go') diff --git a/win/win.go b/win/win.go index 69bc5c1..f624f35 100644 --- a/win/win.go +++ b/win/win.go @@ -127,27 +127,6 @@ func makeGLFWWin(o *options) (*glfw.Window, error) { // It receives its events from the OS and it draws to the surface of the window. // // Warning: only one window can be open at a time. This will be fixed. -// -// 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 (x0, y0, x1, y1). -// wi/close Window close button pressed. -// mo/move// Mouse moved to (x, y). -// mo/down///