Altera_Forum
Honored Contributor
20 years agoKey pressed?
Hello! How can I check if a key was pressed? I didn't found a appropriate function in the C which is used by Microtronix. Bye, Lothar.
Hi!
fgetc() is not a solution for me, because I only have to check if key was pressed or not. And fgetc() is waiting for a key. Bye, Lothar.