|
Trace Engine
A Raycaster Engine in C
|
#include "SDL_events.h"Go to the source code of this file.
Functions | |
| void | handle_input (void) |
| SDL_Scancode | get_scancode (const SDL_Event event) |
| SDL_Scancode get_scancode | ( | const SDL_Event | event | ) |
Given an SDL_Event, it returns the keyboard key scancode that matches that event
| event | SDL_Event, an event type from SDL |
| void handle_input | ( | void | ) |
Handle user input