Hey, I need to know how to do this. Below is some pseudo code:
SCAR Code:sentinel = false;
REPEAT
BEGIN
IF (ESC_KEY is pressed) THEN // This is the line I don't know!
BEGIN
sentinel = false;
END;
END;
UNTIL sentinel = true;
Can somebody please tell me how to register when the esc key is pressed?
Thanks for reading!![]()


Reply With Quote
















