shithub: cstory

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