Skip to content

Commit

Permalink
track some todo
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Nov 3, 2016
1 parent 157d21b commit 6c9768e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imgui/impl/_glfw.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def new_frame(self):
else:
io.mouse_pos = -1, -1

# todo: py3k compat
for i in xrange(3):
io.mouse_down[i] = glfw.get_mouse_button(self.window, i)

Expand Down

0 comments on commit 6c9768e

Please sign in to comment.