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
9
void
handle_input
(
void
);
10
16
SDL_Scancode
get_scancode
(
const
SDL_Event event);
17
18
#endif
handle_input
void handle_input(void)
Definition
basic_input.c:10
get_scancode
SDL_Scancode get_scancode(const SDL_Event event)
Definition
basic_input.c:39
engine
inc
basic_input.h
Generated by
1.9.8