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