home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apple2 / 23558 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.1 KB  |  27 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!informatik.tu-muenchen.de!behrenss
  3. From: behrenss@Informatik.TU-Muenchen.DE (Soenke Behrens)
  4. Subject: Re: Orca/c Question...
  5. Keywords: orca
  6. References: <1992Nov3.172228.727@seq.uncwil.edu>
  7. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  8. Organization: Technische Universitaet Muenchen, Germany
  9. Date: Fri, 6 Nov 1992 17:00:31 GMT
  10. Message-ID: <1992Nov6.170031.19947@Informatik.TU-Muenchen.DE>
  11. Distribution: all
  12. Lines: 13
  13.  
  14. In article <1992Nov3.172228.727@seq.uncwil.edu> caroon@seq.uncwil.edu (Craig Caroon) writes:
  15.  
  16. >I have a question somewhat dealing with orca/c and that question is:
  17. >Is there a function call somewhere in the toolbox or where ever that
  18. >will continually check to see if a key on the keyboard has been pressed.
  19.  
  20. You could do:
  21. - Use the Event Manager. Particularly if you have it started anyway
  22. - Use the .CONSOLE no-wait mode
  23. - Use direct keyboard input via latch. Bad thing to do.
  24. - Under GNO, use their changed TextTools.
  25.  
  26. Soenke
  27.