shithub: cstory

ref: e874b7535722a72456a20d2182b28f65f79a4f60
dir: /src/Backends/Controller.h/

View raw version
#pragma once

#include "../WindowsWrapper.h"

#include "../Input.h"

void ControllerBackend_Deinit(void);
BOOL ControllerBackend_Init(void);
BOOL ControllerBackend_GetJoystickStatus(JOYSTICK_STATUS *status);
BOOL ControllerBackend_ResetJoystickStatus(void);