gchp / rustbox

Rust implementation of the termbox library
MIT License
469 stars 48 forks source link

Add mouse events #29

Closed panicbit closed 9 years ago

gchp commented 9 years ago

Thanks for this!

panicbit commented 9 years ago

After a certain point x-positions of mouse events are reported by termbox as negative. Not sure if this is a bug in the ffi or in termbox itself.

gchp commented 9 years ago

Just published 0.6.0 with the mouse support. Will look into that now.

panicbit commented 9 years ago

I just tested it in C and the issue appears there as well, so it's a bug in termbox.