Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreetsinghmatharoo committed Jan 16, 2024
1 parent 15ab1ef commit 0cf4859
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Manual/contents/assets/snippets/Gamepad_button_constants.hts
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
</tr>
<tr>
<td><span class="inline">gp_face1</span></td>
<td>Top button 1 (this maps to the <i>&quot;A&quot;</i> on an Xbox 360 controller and the <i>cross</i> on a PS controller)</td>
<td>Top button 1 (this maps to the <i>&quot;A&quot;</i> on an Xbox controller and the <i>cross</i> on a PS controller)</td>
</tr>
<tr>
<td><span class="inline">gp_face2</span></td>
<td>Top button 2 (this maps to the <i>&quot;B&quot;</i> on an Xbox 360 controller and the <i>circle</i> on a PS controller)</td>
<td>Top button 2 (this maps to the <i>&quot;B&quot;</i> on an Xbox controller and the <i>circle</i> on a PS controller)</td>
</tr>
<tr>
<td><span class="inline">gp_face3</span></td>
<td>Top button 3 (this maps to the <i>&quot;X&quot;</i> on an Xbox 360 controller and the <i>square</i> on a PS controller)</td>
<td>Top button 3 (this maps to the <i>&quot;X&quot;</i> on an Xbox controller and the <i>square</i> on a PS controller)</td>
</tr>
<tr>
<td><span class="inline">gp_face4</span></td>
<td>Top button 4 (this maps to the <i>&quot;Y&quot;</i> on an Xbox 360 controller and the <i>triangle</i> on a PS controller)</td>
<td>Top button 4 (this maps to the <i>&quot;Y&quot;</i> on an Xbox controller and the <i>triangle</i> on a PS controller)</td>
</tr>
<tr>
<td><span class="inline">gp_shoulderl</span></td>
Expand All @@ -52,11 +52,11 @@
</tr>
<tr>
<td><span class="inline">gp_select</span></td>
<td>The select button (on a DS4 controller, this triggers when you press the touchpad down)</td>
<td>The select button (on a PS controller, this triggers when you press the touchpad down)</td>
</tr>
<tr>
<td><span class="inline">gp_start</span></td>
<td>The start button (this is the &quot;options&quot; button on a PS4 controller)</td>
<td>The start button (this is the &quot;options&quot; button on a PS controller)</td>
</tr>
<tr>
<td><span class="inline">gp_stickl</span></td>
Expand Down

0 comments on commit 0cf4859

Please sign in to comment.