From 3071cf17507e622f414a4652be3598137a9dba20 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Fri, 10 Mar 2017 00:56:35 +0100
Subject: [PATCH] add TODO comment

---
 pixelgl/input.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pixelgl/input.go b/pixelgl/input.go
index 157b5c0..7a3764e 100644
--- a/pixelgl/input.go
+++ b/pixelgl/input.go
@@ -366,6 +366,7 @@ func (w *Window) updateInput() {
 			(height-y)/height*w.bounds.H()+w.bounds.Y(),
 		)
 
+		//TODO: do something else, this is not entirely rock solid
 		if w.bounds.Contains(mouse) {
 			w.currInp.mouse = mouse
 		}
-- 
GitLab