.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-07-26T18:16:02Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos