MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / string GetGamepadName

Method string GetGamepadName

include/Functions.hpp:66–68  ·  view source on GitHub ↗

* Get gamepad internal name id */

Source from the content-addressed store, hash-verified

64 * Get gamepad internal name id
65 */
66RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetGamepadName(int gamepad) {
67 return ::GetGamepadName(gamepad);
68}
69
70/**
71 * Load text data from file (read)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected