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