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