Changes

Jump to navigation Jump to search
→‎Available bindings: + controller and mouse bindings
Line 292: Line 292:  
| <tt>Zoom</tt>
 
| <tt>Zoom</tt>
 
| The zoom key.
 
| The zoom key.
 +
|}
 +
 +
===Controller===
 +
Controller bindings are supported by mods using SMAPI 2.0+ features, and some older mods.
 +
 +
{| class="wikitable"
 +
|-
 +
! value
 +
! description
 +
|-
 +
| <tt>ControllerA</tt>, <tt>ControllerB</tt>,<br /><tt>ControllerX</tt>, <tt>ControllerY</tt>
 +
| The main buttons.
 +
|-
 +
| <tt>ControllerBack</tt>
 +
| The 'BACK' button on an XBox controller.
 +
|-
 +
| <tt>ControllerStart</tt>
 +
| The 'START' button.
 +
|-
 +
| <tt>BigButton</tt>
 +
| The 'big button' on the XBox Big Button controller.
 +
|-
 +
| <tt>DPadDown</tt>, <tt>DPadLeft</tt><br /><tt>DPadRight</tt>, <tt>DPadUp</tt>
 +
| The directional pad buttons.
 +
|-
 +
| <tt>LeftShoulder</tt>, <tt>RightShoulder</tt>
 +
| The bumper (shoulder) buttons.
 +
|-
 +
| <tt>LeftStick</tt>, <tt>RightStick</tt>
 +
| The left/right thumbsticks when pressed as a button.
 +
|-
 +
| <tt>LeftThumbstickDown</tt>, <tt>LeftThumbstickLeft</tt>,<br /><tt>LeftThumbstickRight</tt>, <tt>LeftThumbstickUp</tt>
 +
| The left thumbstick when pushed in a direction.
 +
|-
 +
| <tt>LeftTrigger</tt>, <tt>RightTrigger</tt>
 +
| The trigger buttons.
 +
|-
 +
| <tt>RightThumbstickDown</tt>, <tt>RightThumbstickLeft</tt>,<br /><tt>RightThumbstickRight</tt>, <tt>RightThumbstickUp</tt>
 +
| The right thumbstick when pushed in a direction.
 +
|}
 +
 +
===Mouse===
 +
Mouse bindings are supported by mods using SMAPI 2.0+ features.
 +
 +
{| class="wikitable"
 +
|-
 +
! value
 +
! description
 +
|-
 +
| <tt>MouseLeft</tt>
 +
| The left mouse button.
 +
|-
 +
| <tt>MouseRight</tt>
 +
| The right mouse button.
 +
|-
 +
| <tt>MouseMiddle</tt>
 +
| The middle mouse button.
 +
|-
 +
| <tt>MouseX1</tt>, <tt>MouseX2</tt>
 +
| The extended mouse buttons (varies by mouse).
 
|}
 
|}
  
translators
8,403

edits

Navigation menu