Trace Engine
A Raycaster Engine in C
Loading...
Searching...
No Matches
basic_input.h
Go to the documentation of this file.
1#ifndef _H_BASIC_INPUT
2#define _H_BASIC_INPUT
3
4#include "SDL_events.h"
5
9void handle_input(void);
10
16SDL_Scancode get_scancode(const SDL_Event event);
17
18#endif
void handle_input(void)
Definition basic_input.c:10
SDL_Scancode get_scancode(const SDL_Event event)
Definition basic_input.c:39