shithub: cstory

ref: aef0f81f28a51aa6e84b7ae4a5610bf46446a7c9
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);