We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c5061 commit 64ae599Copy full SHA for 64ae599
Modelica_DeviceDrivers/InputDevices/GameController_.mo
@@ -1,7 +1,7 @@
1
within Modelica_DeviceDrivers.InputDevices;
2
package GameController_ "Accompanying function for the GameController object"
3
extends Modelica_DeviceDrivers.Utilities.Icons.DriverIcon;
4
- encapsulated function getData "reads data from joystick"
+ function getData "reads data from joystick"
5
input Modelica_DeviceDrivers.InputDevices.GameController joystick;
6
output Real Axes[6] "Axes values from -1 to 1";
7
output Integer Buttons[32] "Buttons values";
0 commit comments