shithub: cstory

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