Ah, awesome. I think i prefer to not stop the program. I mostly need to check if any key has been pressed. As in a loop that executes commands as long as ANY key has been pressed. I assume i'd have to use that for loop to check the whole 256 keys inside a function, and then make that function return either a 1 or a 0, right? Then, assign that returned number to a variable.