Get the SDL joystick layer binding for this controller button/axis mapping
Defined in SDL_gamecontroller.h
typedef struct SDL_GameControllerButtonBind
{
SDL_GameControllerBindType bindType;union
{int button;
int axis;
struct {
int hat;
int hat_mask;
} hat;
} value;
} SDL_GameControllerButtonBind;