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

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

Show TOC