shithub: m8c

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