add TODO comment

This commit is contained in:
faiface 2017-03-10 00:56:35 +01:00
parent c2a1fe7de8
commit 3071cf1750
1 changed files with 1 additions and 0 deletions

View File

@ -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
}