Skip to content

Commit 97b4206

Browse files
committed
Fix doc
1 parent 3498391 commit 97b4206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modelica_DeviceDrivers/Blocks/InputDevices.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package InputDevices
2727
{-150,140},{150,100}}, textString="%name")}),
2828
preferredView="info",Documentation(info="<html> This block reads data from the joystick ID (0 = first joystick appearing in windows control panel).
2929
Multible blocks can be used in order to retrieve data from more than one joysticks.
30-
Up to six axes and eight buttons are supported. The input values ranges between -1 and 1 and can be scaled by the
30+
Up to six axes and 32 buttons are supported. The input values ranges between -1 and 1 and can be scaled by the
3131
vector <b>gain</b>. Via the parameter <b>sampleTime</b> the input sampling rate is chosen.</html>"));
3232
end JoystickInput;
3333

Modelica_DeviceDrivers/ClockedBlocks/InputDevices.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ package InputDevices
3131
Text(extent={
3232
{-150,140},{150,100}}, textString="%name")}),
3333
preferredView="info",Documentation(info="<html>
34-
<p>This block reads data from the joystick ID (0 = first joystick appearing in windows control panel). Multible blocks can be used in order to retrieve data from more than one joysticks. Up to six axes and eight buttons are supported. The input values ranges between -1 and 1 and can be scaled by the vector <b>gain</b>.</p>
34+
<p>This block reads data from the joystick ID (0 = first joystick appearing in windows control panel). Multible blocks can be used in order to retrieve data from more than one joysticks. Up to six axes and 32 buttons are supported. The input values ranges between -1 and 1 and can be scaled by the vector <b>gain</b>.</p>
3535
</html>"));
3636
end JoystickInput;
3737

0 commit comments

Comments
 (0)