nsf / termbox

Library for writing text-based user interfaces
http://code.google.com/p/termbox
MIT License
1.97k stars 187 forks source link

Mouse drag events #69

Closed zyedidia closed 8 years ago

zyedidia commented 8 years ago

Is it possible to detect mouse drag events?

nsf commented 8 years ago

In termbox-go, yes. In C version - no. I haven't ported all the fancy mouse code. C version of the termbox is very low priority for me. Consider using Go instead.

zyedidia commented 8 years ago

That's a shame. Is there any chance they might get implemented at some point?

nsf commented 8 years ago

Of course, but I wouldn't say this month. So, your best bet is to port it yourself.