Skip to content

Commit 64ae599

Browse files
committed
Remove encapsulated
1 parent b4c5061 commit 64ae599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modelica_DeviceDrivers/InputDevices/GameController_.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
within Modelica_DeviceDrivers.InputDevices;
22
package GameController_ "Accompanying function for the GameController object"
33
extends Modelica_DeviceDrivers.Utilities.Icons.DriverIcon;
4-
encapsulated function getData "reads data from joystick"
4+
function getData "reads data from joystick"
55
input Modelica_DeviceDrivers.InputDevices.GameController joystick;
66
output Real Axes[6] "Axes values from -1 to 1";
77
output Integer Buttons[32] "Buttons values";

0 commit comments

Comments
 (0)