ref: 744ddcaacf3d3206be5c0169b04a9b3460ba34f4
dir: /src/Backends/Controller.h/
// Released under the MIT licence. // See LICENCE.txt for details. #pragma once bool ControllerBackend_Init(void); void ControllerBackend_Deinit(void); bool ControllerBackend_GetJoystickStatus(bool **buttons, unsigned int *button_count, short **axes, unsigned int *axis_count);