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