Hi all, I'm new here.

I'd like a way to check whether a key has been pressed, including what key it was, and no need to press an Enter key before the pressed key returns. There is a code snippet on Rosettacode.org, but it uses the Curses library, which isn't quite easy to integrate with Windows for example. I'd like an alternative method which is preferably portable, and feels more native to the Windows console. I know there are lots of libraries for CLI development, e.g. on awesome-go.com, but in case someone knows already a good one, it would save me from checking each and every one for such feature.

Also, this question may seem unrelated, but I want it for the same application I intend to try writing: I'd like to play and stop audio files assynchronously, at least on Windows but preferably in a portable way. I've found the Malgo library on awesome-go.com, does anyone know whether it is the easiest method and has good performance?

Thanks all,
Cleverson

--
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to