Skip to content

Commit

Permalink
docs(general): Fix gamepad axis and button constant links
Browse files Browse the repository at this point in the history
YoYoGames/GameMaker-Bugs#5134

(cherry picked from commit 716d8a2)
  • Loading branch information
gurpreetsinghmatharoo committed Aug 8, 2024
1 parent 281796c commit ad48cda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 817 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>Input Constants</h2>
</colgroup>
<tbody>
<tr>
<th colspan="2"><span data-keyref="Type_Constant_Gamepad_Axis"><a href="gamepad_axis_value.htm" target="_blank">Gamepad Axis Constant</a></span></th>
<th colspan="2"><span data-keyref="Type_Constant_Gamepad_Axis"><a href="Gamepad_Input.htm" target="_blank">Gamepad Axis Constant</a></span></th>
</tr>
<tr>
<th>Constant</th>
Expand Down
4 changes: 2 additions & 2 deletions Manual/variable/Default.var
Original file line number Diff line number Diff line change
Expand Up @@ -634,14 +634,14 @@
<keydef keys="Type_Constant_Gamepad_Axis">
<topicmeta>
<keywords>
<keyword>&lt;a target=&quot;_blank&quot; href=&quot;contents/GameMaker_Language/GML_Reference/Game_Input/GamePad_Input/gamepad_axis_value.htm&quot;&gt;Gamepad Axis Constant&lt;/a&gt;</keyword>
<keyword>&lt;a target=&quot;_blank&quot; href=&quot;contents/GameMaker_Language/GML_Reference/Game_Input/GamePad_Input/Gamepad_Input.htm&quot;&gt;Gamepad Axis Constant&lt;/a&gt;</keyword>
</keywords>
</topicmeta>
</keydef>
<keydef keys="Type_Constant_Gamepad_Button">
<topicmeta>
<keywords>
<keyword>&lt;a target=&quot;_blank&quot; href=&quot;contents/GameMaker_Language/GML_Reference/Game_Input/GamePad_Input/gamepad_axis_value.htm&quot;&gt;Gamepad Button Constant&lt;/a&gt;</keyword>
<keyword>&lt;a target=&quot;_blank&quot; href=&quot;contents/GameMaker_Language/GML_Reference/Game_Input/GamePad_Input/Gamepad_Input.htm&quot;&gt;Gamepad Button Constant&lt;/a&gt;</keyword>
</keywords>
</topicmeta>
</keydef>
Expand Down
Loading

0 comments on commit ad48cda

Please sign in to comment.