|
Trace Engine
A Raycaster Engine in C
|
#include <stdbool.h>Go to the source code of this file.
Functions | |
| bool | is_key_being_pressed (const char key) |
| bool | is_key_just_pressed (const char key) |
| bool is_key_being_pressed | ( | const char | key | ) |
Returns true if the given key is being pressed
| bool is_key_just_pressed | ( | const char | key | ) |
Returns true when the key has just been pressed