nsf / termbox-go

Pure Go termbox implementation

Home Page:http://godoc.org/github.com/nsf/termbox-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyboard/mouse input only?

elliotchance opened this issue · comments

Is it possible to only capture and handle keyboard and mouse without any of the rendering?

commented

No. Termbox is not an input capturing library. Although you can extract that code manually if you want to. It's not a big lib.

commented

Do it yourself.

But if I ever decide to do a big refactoring on termbox or something, I'll consider splitting it into two parts. It does make sense.