1. C key
- Posted by =?iso-8859-1?B?JAs=?= <mwfch at MWEB.CO.ZA> Oct 28, 2000
- 416 views
------=_NextPart_000_0007_01C04079.52F9D8A0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 . Ferdinand Greyling ( The anti Win and bad I/O man ) PS : Ok,ok , we cant live without Windowz . O , did you hear that Micro$oft was hacked ? ------=_NextPart_000_0007_01C04079.52F9D8A0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial>This seems to always hit ME on the ass . How do = I capture=20 keys in C ?</FONT></DIV> <DIV>Like get_key in Euphoria . O , thanks for all the help with that = GameBoy=20 stuff , but I think I will stick with C when it comes to stuff that is = not=20 currently suported by Mis Eu .</DIV> <DIV> </DIV> <DIV>Ferdinand Greyling<FONT face=3DArial size=3D2> <FONT size=3D3>( The = anti Win and=20 bad I/O man )</FONT></FONT></DIV> <DIV> </DIV> <DIV>PS : Ok,ok , we cant live without Windowz .</DIV> <DIV> </DIV> ------=_NextPart_000_0007_01C04079.52F9D8A0--
2. Re: C key
- Posted by Bernie <xotron at PCOM.NET> Oct 28, 2000
- 387 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
3. Re: C key
- Posted by Kat <gertie at PELL.NET> Oct 28, 2000
- 429 views
On 28 Oct 2000, at 10:48, Bernie wrote: > You don't you use David's OX to write a compiler in Euphoria > that outputs compiled code to run on the GameBoy ? Just a thought here,, the C128 has a Z80 in it, and there were compilers written for it,, maybe you could write the Gameboy programs on the C128 in Z80 mode, then translate any machine hardware addys to Gameboy, and transfer the finished game to the Gameboy? Kat