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