why doesn't GETKEY work with WAIT (solved)
|
10-26-2015, 09:58 AM
Post: #3
|
|||
|
|||
RE: why doesn't GETKEY work with WAIT
WAIT(-1) itself also captures key presses. So if you press [Esc] during the WAIT(-1) timeout period, the keypress is sent to the WAIT command. GETKEY would then have nothing in the buffer to parse. Save the output from WAIT(-1) and use it to test.
Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
why doesn't GETKEY work with WAIT (solved) - StephenG1CMZ - 10-26-2015, 07:31 AM
RE: why doesn't GETKEY work with WAIT - Didier Lachieze - 10-26-2015, 08:24 AM
RE: why doesn't GETKEY work with WAIT - Han - 10-26-2015 09:58 AM
RE: why doesn't GETKEY work with WAIT (solved) - StephenG1CMZ - 10-26-2015, 12:36 PM
|
User(s) browsing this thread: 1 Guest(s)