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

Changes

Jump to navigation Jump to search
292 bytes added ,  23:24, 3 December 2012
Make the links Wikipedia like (some corrections by Cyan)
Line 34: Line 34:     
External plugins, such as Flash and Java, are not supported.
 
External plugins, such as Flash and Java, are not supported.
  −
== Nintendo's reference site ==
  −
  −
Nintendo Japan's 'wiiu' reference page: http://www.nintendo.co.jp/wiiu/hardware/features/internetbrowser/extended_functionality.html [[http://translate.google.com/translate?sl=ja&tl=en&js=n&prev=_t&hl=iw&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fwww.nintendo.co.jp%2Fwiiu%2Fhardware%2Ffeatures%2Finternetbrowser%2Fextended_functionality.html Translated to English]]
  −
  −
Sample page using the 'wiiu' object: http://www.nintendo.co.jp/wiiu/hardware/features/internetbrowser/sample.html
  −
  −
Open-Source code download: http://www.nintendo.co.jp/wiiu/support/oss/index.html
      
== Controls ==
 
== Controls ==
Line 124: Line 116:     
After a successful update, <tt>wiiu.gamepad.isDataValid</tt> will be set to 1. If no update has happened yet, or if the GamePad is not connected, it will be set to 0.
 
After a successful update, <tt>wiiu.gamepad.isDataValid</tt> will be set to 1. If no update has happened yet, or if the GamePad is not connected, it will be set to 0.
 +
 +
If the GamePad is connected wiiu.gamepad.isEnabled will be set to 1, else it will be set to 0.
    
==== Touch Screen ====
 
==== Touch Screen ====
Line 140: Line 134:  
|X position in page coordinates
 
|X position in page coordinates
 
|-
 
|-
|<tt>wiiu.gamepad.contentX</tt>
+
|<tt>wiiu.gamepad.contentY</tt>
 
|Y position in page coordinates
 
|Y position in page coordinates
 
|}
 
|}
Line 272: Line 266:  
|4
 
|4
 
|0x00000004
 
|0x00000004
 +
|-
 +
|{{WiiUGamePadHomeButton}}
 +
|2
 +
|0x00000002
 
|}
 
|}
   −
The Power button does not appear in the <tt>hold</tt> variable in the browser. Presumably the Home button would be 0x01 or 0x02 but this cannot be tested as pressing the Home button closes the browser without updating the screen.
+
The Power button does not appear in the <tt>hold</tt> variable in the browser, probably 0x01.  
 +
 
 +
Pressing the Home button closes the browser but triggers the event with keycode 2, So you can see that by going back to the browser after pressing it (The Power button doesn't trigger the event).
    
==== Accelerometer ====
 
==== Accelerometer ====
Line 538: Line 538:     
<b>TODO:</b> <i>Figure out what this is and how to use it.</i>
 
<b>TODO:</b> <i>Figure out what this is and how to use it.</i>
 +
 +
== External links ==
 +
 +
* Nintendo Japan's 'wiiu' reference page: [http://www.nintendo.co.jp/wiiu/hardware/features/internetbrowser/extended_functionality.html] [[http://translate.google.com/translate?sl=ja&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fwww.nintendo.co.jp%2Fwiiu%2Fhardware%2Ffeatures%2Finternetbrowser%2Fextended_functionality.html Translated to English]]
 +
* Sample page using the 'wiiu' object [http://www.nintendo.co.jp/wiiu/hardware/features/internetbrowser/sample.html]
 +
* Open-Source code download [http://www.nintendo.co.jp/wiiu/support/oss/index.html]
 +
* Cyan's port of Blob Sallad for the Wii U Internet Browser [http://cyan.ff6.free.fr/WiiU/]
233

edits

Navigation menu