In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
834 bytes added ,  08:13, 30 November 2012
no edit summary
Line 39: Line 39:     
{| class='wikitable'
 
{| class='wikitable'
| Left Stick
+
| {{WiiUGamePadLControlStick}}
 
| Scroll/Pan
 
| Scroll/Pan
 
|-
 
|-
| Click Left Stick
+
| {{WiiUGamePadLControlStick}} Click
 
| Hide/show bottom toolbar
 
| Hide/show bottom toolbar
 
|-
 
|-
| Right Stick
+
| {{WiiUGamePadRControlStick}}
 
| Zoom
 
| Zoom
 
|-
 
|-
| Click Right Stick
+
| {{WiiUGamePadRControlStick}} Click
 
| Toggle zoom in/out on center of screen
 
| Toggle zoom in/out on center of screen
 
|-
 
|-
| + button
+
| {{WiiUGamePadSTARTButton}}
 
| Zoom in
 
| Zoom in
 
|-
 
|-
| - button
+
| {{WiiUGamePadSELECTButton}}
 
| Zoom out
 
| Zoom out
 
|-
 
|-
| L button
+
| {{WiiUGamePadLButton}}
 
| Back to previous page
 
| Back to previous page
 
|-
 
|-
| R button
+
| {{WiiUGamePadRButton}}
 
| Forward to next page
 
| Forward to next page
 
|-
 
|-
| ZL button
+
| {{WiiUGamePadZLButton}}
 
| Switch to previous tab
 
| Switch to previous tab
 
|-
 
|-
| ZR button
+
| {{WiiUGamePadZRButton}}
 
| Switch to next tab
 
| Switch to next tab
 
|-
 
|-
| Hold ZL+ZR
+
| Hold {{WiiUGamePadZLButton}}+{{WiiUGamePadZRButton}}
 
| Tilt scrolling
 
| Tilt scrolling
 
|-
 
|-
| D-pad
+
| {{WiiUGamePadDPad}}
 
| Select links / form fields
 
| Select links / form fields
 
|-
 
|-
| A button
+
| {{WiiUGamePadAButton}}
 
| Send the "Enter" key (keyCode 13)
 
| Send the "Enter" key (keyCode 13)
 
|-
 
|-
| B button
+
| {{WiiUGamePadBButton}}
 
| Back to previous page
 
| Back to previous page
 
|-
 
|-
| Hold B button
+
| Hold {{WiiUGamePadBButton}}
 
| Close current tab
 
| Close current tab
 
|-
 
|-
| Y button
+
| {{WiiUGamePadYButton}}
 
| View bookmarks
 
| View bookmarks
 
|-
 
|-
| X button
+
| {{WiiUGamePadXButton}}
 
| Toggle curtain mode
 
| Toggle curtain mode
 
|-
 
|-
| Home button
+
| {{WiiUGamePadHomeButton}}
 
| Quit browser
 
| Quit browser
 
|-
 
|-
Line 145: Line 145:  
|-
 
|-
 
|<tt>wiiu.gamepad.lStickX
 
|<tt>wiiu.gamepad.lStickX
|Left stick X deflection
+
|{{WiiUGamePadLControlStick}} X deflection
 
|-
 
|-
 
|<tt>wiiu.gamepad.lStickY
 
|<tt>wiiu.gamepad.lStickY
|Left stick Y deflection
+
|{{WiiUGamePadLControlStick}} Y deflection
 
|-
 
|-
 
|<tt>wiiu.gamepad.rStickX
 
|<tt>wiiu.gamepad.rStickX
|Right stick X deflection
+
|{{WiiUGamePadRControlStick}} X deflection
 
|-
 
|-
 
|<tt>wiiu.gamepad.rStickY
 
|<tt>wiiu.gamepad.rStickY
|Right stick Y deflection
+
|{{WiiUGamePadRControlStick}} Y deflection
 
|}
 
|}
   Line 165: Line 165:  
! Hex
 
! Hex
 
|-
 
|-
|Left Stick Left
+
|{{WiiUGamePadLControlStick}} Left
 
|1073741824
 
|1073741824
 
|0x40000000
 
|0x40000000
 
|-
 
|-
|Left Stick Right
+
|{{WiiUGamePadLControlStick}} Right
 
|536870912
 
|536870912
 
|0x20000000
 
|0x20000000
 
|-
 
|-
|Left Stick Up
+
|{{WiiUGamePadLControlStick}} Up
 
|268435456
 
|268435456
 
|0x10000000
 
|0x10000000
 
|-
 
|-
|Left Stick Down
+
|{{WiiUGamePadLControlStick}} Down
 
|134217728
 
|134217728
 
|0x08000000
 
|0x08000000
 
|-
 
|-
|Right Stick Left
+
|{{WiiUGamePadRControlStick}} Left
 
|67108864
 
|67108864
 
|0x04000000
 
|0x04000000
 
|-
 
|-
|Right Stick Right
+
|{{WiiUGamePadRControlStick}} Right
 
|33554432
 
|33554432
 
|0x02000000
 
|0x02000000
 
|-
 
|-
|Right Stick Up
+
|{{WiiUGamePadRControlStick}} Up
 
|16777216
 
|16777216
 
|0x01000000
 
|0x01000000
 
|-
 
|-
|Right Stick Down
+
|{{WiiUGamePadRControlStick}} Down
 
|8388608
 
|8388608
 
|0x00800000
 
|0x00800000
 
|-
 
|-
|Left Stick Click
+
|{{WiiUGamePadLControlStick}} Click
 
|262144
 
|262144
 
|0x00040000
 
|0x00040000
 
|-
 
|-
|Right Stick Click
+
|{{WiiUGamePadRControlStick}} Click
 
|131072
 
|131072
 
|0x00020000
 
|0x00020000
 
|-
 
|-
|TV
+
|{{WiiUGamePadTVButton}}
 
|65536
 
|65536
 
|0x00010000
 
|0x00010000
 
|-
 
|-
|A
+
|{{WiiUGamePadAButton}}
 
|32768
 
|32768
 
|0x00008000
 
|0x00008000
 
|-
 
|-
|B
+
|{{WiiUGamePadBButton}}
 
|16384
 
|16384
 
|0x00004000
 
|0x00004000
 
|-
 
|-
|X
+
|{{WiiUGamePadXButton}}
 
|8192
 
|8192
 
|0x00002000
 
|0x00002000
 
|-
 
|-
|Y
+
|{{WiiUGamePadYButton}}
 
|4096
 
|4096
 
|0x00001000
 
|0x00001000
 
|-
 
|-
|D-Pad Left
+
|{{WiiUGamePadDPadLeft}}
 
|2048
 
|2048
 
|0x00000800
 
|0x00000800
 
|-
 
|-
|D-Pad Right
+
|{{WiiUGamePadDPadRight}}
 
|1024
 
|1024
 
|0x00000400
 
|0x00000400
 
|-
 
|-
|D-Pad Up
+
|{{WiiUGamePadDPadUp}}
 
|512
 
|512
 
|0x00000200
 
|0x00000200
 
|-
 
|-
|D-Pad Down
+
|{{WiiUGamePadDPadDown}}
 
|256
 
|256
 
|0x00000100
 
|0x00000100
 
|-
 
|-
|LR
+
|{{WiiUGamePadZLButton}}
 
|128
 
|128
 
|0x00000080
 
|0x00000080
 
|-
 
|-
|ZR
+
|{{WiiUGamePadZRButton}}
 
|64
 
|64
 
|0x00000040
 
|0x00000040
 
|-
 
|-
|L
+
|{{WiiUGamePadLButton}}
 
|32
 
|32
 
|0x00000020
 
|0x00000020
 
|-
 
|-
|R
+
|{{WiiUGamePadRButton}}
 
|16
 
|16
 
|0x00000010
 
|0x00000010
 
|-
 
|-
| +
+
|{{WiiUGamePadSTARTButton}}
 
|8
 
|8
 
|0x00000008
 
|0x00000008
 
|-
 
|-
| -
+
|{{WiiUGamePadSELECTButton}}
 
|4
 
|4
 
|0x00000004
 
|0x00000004
51

edits

Navigation menu