JoelOtter / termloop

Terminal-based game engine for Go, built on top of Termbox
Other
1.43k stars 83 forks source link

Update mouse handling #25

Closed JoelOtter closed 8 years ago

JoelOtter commented 8 years ago

Termbox has added support for additional mouse events, including mouse wheel and release detection. Support for this should be added to Termloop - however, as these new features are currently not supported on Windows, it might be better to add them to termloop/extras, or simply wait.

JoelOtter commented 8 years ago

Looks like Windows support is in.

bmatsuo commented 8 years ago

Is there anything blocking this issue now? I would like this. It seems that using the termbox constants in Tick functions works fine for the time being. But it would save people some searching and would avoid the need to convert between the packages' Key types.

JoelOtter commented 8 years ago

Nope, nothing blocking - just haven't had a spare moment due to my degree murdering all my time right now. I'll try and get it in ASAP. 😃