Documentation work

This commit is contained in:
Camilla Löwy
2019-04-01 18:36:30 +02:00
parent 5644b66bac
commit 422bf79e8f
9 changed files with 477 additions and 173 deletions

View File

@@ -786,7 +786,7 @@ time of release. Newer ones can be added at runtime with @ref
glfwUpdateGamepadMappings.
@code
const char* mappings = load_file_contents("gamecontrollerdb.txt");
const char* mappings = load_file_contents("game/data/gamecontrollerdb.txt");
glfwUpdateGamepadMappings(mappings);
@endcode