ref: 7d9d80f07a3cb833c766d8bd4d36636535129f88
dir: /src/Backends/Controller.h/
#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);