Category: Input
JoyButtonHit(joy As Integer, button As Integer)
Boolean
Returns True on the frame when the specified controller button is pressed.
Use JoyButtonDown when you want the held-down state instead of a single-frame press event.
If JoyButtonHit(0, JOY_BUTTON_START) Then
End
End If