Declaration of the checkforkey() function for determining if a key has been pressed. More...
#include <stdbool.h>
Go to the source code of this file.
Macros | |
#define | __CHECKFORKEY_H__ |
Functions | |
bool | checkforkey (void) |
Determine if a key has been pressed on the keyboard. | |
Declaration of the checkforkey() function for determining if a key has been pressed.
Definition in file helpers/checkforkey.h.
#define __CHECKFORKEY_H__ |
Definition at line 7 of file helpers/checkforkey.h.
bool checkforkey | ( | void | ) |
Determine if a key has been pressed on the keyboard.
Determine if a key has been pressed on the keyboard.
Definition at line 39 of file checkforkey.c.
References kbhit().
Referenced by Flyweight_Exercise().