[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Orca/c Question...
In article <1992Nov3.172228.727@seq.uncwil.edu> caroon@seq.uncwil.edu (Craig Caroon) writes:
>I have a question somewhat dealing with orca/c and that question is:
>Is there a function call somewhere in the toolbox or where ever that
>will continually check to see if a key on the keyboard has been pressed.
You could do:
- Use the Event Manager. Particularly if you have it started anyway
- Use the .CONSOLE no-wait mode
- Use direct keyboard input via latch. Bad thing to do.
- Under GNO, use their changed TextTools.
Soenke