shithub: m8c

ref: 8d03da9b86beac6175cf139b4270c5b711f49e90
dir: /input.h/

View raw version
#ifndef INPUT_H_
#define INPUT_H_

#include <SDL2/SDL_joystick.h>

int initialize_input();
void close_input();
uint8_t process_input();

#endif