Category: Input
Back to System Functions
JoyName$(joy As Integer)
String
Returns the display name for a connected controller slot.
If the slot is not connected, the result is an empty string.
Dim name As String If JoyConnected(0) Then name = JoyName$(0) End If