al_set_joystick_mappings - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

bool al_set_joystick_mappings(const char *filename)

Description

Sets the joystick mappings from a file. This can be called multiple times, adding to and overriding existing mappings. This uses the SDL version 2.0.16 format mappings. This can and typically should be called before calling al_install_joystick.

Since

5.2.11

See Also

al_set_joystick_mappings_f(3)

[Unstable API]: New API.

Referenced By

al_get_joystick_type(3), ALLEGRO_GAMEPAD_BUTTON(3), ALLEGRO_GAMEPAD_STICK(3), ALLEGRO_JOYSTICK_TYPE(3).

Allegro reference manual