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