Trace Engine
A Raycaster Engine in C
Loading...
Searching...
No Matches
app_input.h
Go to the documentation of this file.
1
#ifndef _H_APP_INPUT
2
#define _H_APP_INPUT
3
4
#include <stdbool.h>
5
9
bool
is_key_being_pressed
(
const
char
key);
10
14
bool
is_key_just_pressed
(
const
char
key);
15
16
#endif
is_key_just_pressed
bool is_key_just_pressed(const char key)
Definition
app_input.c:15
is_key_being_pressed
bool is_key_being_pressed(const char key)
Definition
app_input.c:8
engine
inc
app_input.h
Generated by
1.9.8