.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-12-03T19:25:34Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos