Re: C key
- Posted by Bernie <xotron at PCOM.NET> Oct 28, 2000
- 386 views
On Sat, 28 Oct 2000 00:52:19 +0200, =?iso-8859-1?B?JAs=?= <mwfch at MWEB.CO.ZA> wrote: >This seems to always hit ME on the ass . How do I capture keys in C ? >Like get_key in Euphoria . O , thanks for all the help with that GameBoy stuff , but I think I will stick with C when it comes to stuff that is not currently suported by Mis Eu . #include <stdin.h> // c will receive the next character from standard input int c; c = getchar(); You don't you use David's OX to write a compiler in Euphoria that outputs compiled code to run on the GameBoy ? Bernie