[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Orca/c Question...



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.

Let me clarify; what I want to do is something like this:

	while( ! KEYHIT()){
	   
		 do whatever
		 comes in
		 here...;

		 }

The while loop will only break if a key is pressed!

I thank you for your time!


Craig.
caroon@seq.uncwil.edu