Cambios

Agregar sección de para modders y vease también
Línea 319: Línea 319:  
| La tecla de zoom.
 
| La tecla de zoom.
 
|}
 
|}
 +
 +
===Control===
 +
{| class="wikitable"
 +
|-
 +
! Valor
 +
! Descripción
 +
|-
 +
| <tt>ControllerA</tt>, <tt>ControllerB</tt>,<br /><tt>ControllerX</tt>, <tt>ControllerY</tt>
 +
| Los botones principales.
 +
|-
 +
| <tt>ControllerBack</tt>
 +
| El botón 'Atras' en un control de XBox.
 +
|-
 +
| <tt>ControllerStart</tt>
 +
| El botón 'START'.
 +
|-
 +
| <tt>BigButton</tt>
 +
| El 'botón guía' en el controlador XBox.
 +
|-
 +
| <tt>DPadDown</tt>, <tt>DPadLeft</tt><br /><tt>DPadRight</tt>, <tt>DPadUp</tt>
 +
| Los botones del pad direccional.
 +
|-
 +
| <tt>LeftShoulder</tt>, <tt>RightShoulder</tt>
 +
| Los botones superior izquierdo (LB) y superior derecho (RB)
 +
|-
 +
| <tt>LeftStick</tt>, <tt>RightStick</tt>
 +
| Los joystick izquierda/derecha cuando se presiona como un botón.
 +
|-
 +
| <tt>LeftThumbstickDown</tt>, <tt>LeftThumbstickLeft</tt>,<br /><tt>LeftThumbstickRight</tt>, <tt>LeftThumbstickUp</tt>
 +
| El joystick izquierdo cuando se empuja en una dirección.
 +
|-
 +
| <tt>LeftTrigger</tt>, <tt>RightTrigger</tt>
 +
| Los botones de gatillo.
 +
|-
 +
| <tt>RightThumbstickDown</tt>, <tt>RightThumbstickLeft</tt>,<br /><tt>RightThumbstickRight</tt>, <tt>RightThumbstickUp</tt>
 +
| El joystick derecho cuando se empuja en una dirección.
 +
|}
 +
 +
===Ratón===
 +
{| class="wikitable"
 +
|-
 +
! Valor
 +
! Descripción
 +
|-
 +
| <tt>MouseLeft</tt>
 +
| El botón izquierdo del ratón.
 +
|-
 +
| <tt>MouseRight</tt>
 +
| El botón derecho del ratón.
 +
|-
 +
| <tt>MouseMiddle</tt>
 +
| El botón central del ratón.
 +
|-
 +
| <tt>MouseX1</tt>, <tt>MouseX2</tt>
 +
| Los botones extras del ratón (varían según el ratón).
 +
|}
 +
 +
===Celular===
 +
{| class="wikitable"
 +
|-
 +
! Valor
 +
! Descripción
 +
|-
 +
| <tt>VolumeUp</tt>, <tt>VolumeDown</tt>
 +
| Los botones para subir/bajar el volumen.
 +
|}
 +
 +
==Para modders==
 +
Estas constantes son parte de los [[Modding:Guía del Modder/APIs/Entrada|eventos de entrada de SMAPI]], específicamente la enumeración de <tt>Button</tt> de SMAPI, que unifica los botones de control, teclado y ratón.
 +
 +
==Véase también==
 +
* [[Controles]] de los enlaces de teclas/botones predeterminados del juego.
 +
 +
[[de:Modding:Spieleranleitung/Tastenbelegung]]
 +
[[en:Modding:Player_Guide/Key_Bindings]]
126

ediciones