Skip to contents

Set internal gamepad mappings (SDL_GameControllerDB).

Usage

set_gamepad_mappings(mappings)

Arguments

mappings

A string.

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int SetGamepadMappings(const char * mappings);

Examples

if (FALSE) {
set_gamepad_mappings("text")
}