shithub: m8c

ref: 9e477ed2cff57c4b51a81341eab66a5023d8ecf6
dir: /src/gamepads.h/

View raw version
//
// Created by jonne on 8/19/24.
//

#ifndef GAMECONTROLLERS_H_
#define GAMECONTROLLERS_H_

#include "config.h"
#include "input.h"

int gamepads_initialize();
void gamepads_close();
int gamecontrollers_handle_buttons(const config_params_s *conf);
input_msg_s gamecontrollers_handle_special_messages(const config_params_s *conf);

#endif //GAMECONTROLLERS_H_