pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
29 stars 20 forks source link

Do not pre_handle_input for seek control #75

Closed papr closed 6 years ago

papr commented 6 years ago

This was a work-around before merging #70. The pre handling led to duplicated input handling when using the arow keys in a text field.

mkassner commented 6 years ago

Is this still required?

papr commented 6 years ago

Yes! I forgot that this was still open. :(

mkassner commented 6 years ago

"This was a work-around before merging #70." sounds like this PR is obsolete since we did merge #70

papr commented 6 years ago

My description is confusing. Sorry for that. This pr is required to fix the double input handling bug. It is from this morning.