Creates a GameController instance for a given ID number.
function constructor import Modelica; extends Modelica.Icons.Function; input Integer joystickID = 0 "ID number of the game controller (0 = first controller attached to the system)"; output GameController gameCtrl; end constructor;