Skip to content

raylib.GetGamepadName

JoeStrout edited this page Apr 29, 2026 · 2 revisions

GetGamepadName

Parameters

Parameter Default Value Note
gamepad 0

Return value

Condition Return Value
(always) number

Notes

Example

name = raylib.GetGamepadName(0)
print "Gamepad 0: " + name

Clone this wiki locally