shithub: cstory

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

View raw version
#pragma once

#include "../WindowsWrapper.h"

#include "../Input.h"

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