Path: utzoo!utgpu!watserv1!watmath!att!oucsace!bchurch From: bchurch@oucsace.cs.OHIOU.EDU (Bob Church) Newsgroups: comp.sys.apple2 Subject: Keyin from C Keywords: C Key Message-ID: <1422@oucsace.cs.OHIOU.EDU> Date: 4 Jun 90 03:40:48 GMT Organization: Ohio University CS Dept., Athens Lines: 16 I am trying to read a key from the keyboard in C. I want to be able to read a single key such as a cursor without pressing return. I put together a short function which directly accesses STROBE and KBD. This works but is obviously machine dependent. Is there a "true C" way of doing this? All of the C functions seem to depend upon return being pressed. ******************************************************************** * * * bob church bchurch@oucsace.cs.ohiou.edu * * * * If economics isn't an "exact" science why do computers crash * * so much more often than the stock market? * * bc * ********************************************************************