.Modelica_DeviceDrivers.InputDevices.GameController_.getData

Information

reads data from joystick

Interface

function getData
  import Modelica;
  extends Modelica.Icons.Function;
  input Modelica_DeviceDrivers.InputDevices.GameController joystick;
  output Real Axes[6] "Axes values from -1 to 1";
  output Integer Buttons[32] "Buttons values";
  output Integer POV "angle of POV";
end getData;

Generated at 2024-03-27T19:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos