shithub: m8c

ref: a71d4cd80beec7769ea9e63c41bdf2a5e42f3ab1
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