Name
sdl.IsGameController -- check if input device is a game controller
Synopsis
res = sdl.IsGameController(port)
Function
Use this function to find out whether the input device at the specified port is a game controller or a joystick. The function will return True for game controllers and False for joysticks.

Inputs
port
game port to query
Results
res
boolean value

Show TOC