1
Wii U Main Application API
Jay edited this page 2020-11-30 19:41:16 -06:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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