Name
sdl.GetNumBalls -- get number of joystick balls
Synopsis
num = sdl.GetNumBalls(port)
Function
Use this function to get the number of trackballs on a joystick. This is only possible for joysticks, not for game controllers.

Inputs
port
game port to query
Results
num
number of joystick trackballs

Show TOC