Amazon.Device.InputMapping 1.0.0
|
Facilitates displaying the input help. More...
Static Public Member Functions | |
static void | ShowHelp (string title) |
Shows a help as a dialog over the game/app view. | |
static void | ShowHelp (string title, UIMode uiMode) |
Shows a help as a dialog over the game/app view with a theme. | |
static void | SetUiMode (UIMode uiMode) |
Set the theme for the dialog box. | |
Facilitates displaying the input help.
|
static |
Set the theme for the dialog box.
uiMode | One of UIMode.LIGHT, UIMode.DARK, UIMode.AUTO |
|
static |
Shows a help as a dialog over the game/app view.
title | The title of the app which will be displayed in the dialog title |
|
static |
Shows a help as a dialog over the game/app view with a theme.
title | The title of the app which will be displayed in the dialog title |
uiMode | One of UIMode.LIGHT, UIMode.DARK, UIMode.AUTO |