Category: Input
JoyConnected(joy As Integer)
Boolean
Returns True when the specified controller slot currently has a controller attached.
The joy argument is a zero-based slot index from 0 up to JoyCount() - 1.
If JoyConnected(0) Then
End
End If