Skip to content

Wii U Main Application API

Jay edited this page Dec 1, 2020 · 1 revision

wiiuMainApplication is a global JavaScript object that exposes an API for interacting with the background application currently running.

Methods

getExternalImageData()

  • Returns: null

  • Usage:

    Unknown

getAppData()

  • Returns: null

  • Usage:

    Unknown

getScreenShot(isTV)

  • Arguments:

    • {bool} Indicate to return a screenshot of the TV or the Gamepad
  • Returns: Base64 encoded 800×450 jpg

  • Usage:

    Get a screenshot of the TV or Gamepad of from the currently running background application

getExternalBinaryData()

  • Returns: null

  • Usage:

    Unknown