nsf / termbox

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

Feature request: scrolling with the mouse #90

Closed ddevault closed 7 years ago

nsf commented 7 years ago

Question though: I thought termbox can actually parse wheel up wheel down mouse events. So you can implement scrolling on your own. Not sure what you want here. Can you explain?

ddevault commented 7 years ago

Oh, I see they come in as key events. I figured they'd come in as some sort of mouse event and didn't see that in the API.

nsf commented 7 years ago

Yeah, I think there is a "paint" demo program, see how it uses mouse, you can get mouse wheel events there just fine:

https://github.com/nsf/termbox/blob/master/src/demo/paint.c