add TODO comment
This commit is contained in:
parent
c2a1fe7de8
commit
3071cf1750
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue