Amazon.Device.InputMapping 1.0.0
Loading...
Searching...
No Matches
Amazon.Device.InputMapping Namespace Reference

Classes

class  AndroidInputMappingClient
 InputMappingClient for Android games/applications
 
class  AndroidKeyCode
 A collection of Android KeyCodes copied from android.view.KeyEvents, specifically this commit: https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/java/android/view/KeyEvent.java;drc=5d123b67756dffcfdebdb936ab2de2b29c799321. More...
 
class  DummyInputMappingClient
 A dummy input mapping client that does nothing - to be used in Unity editor and non-Android environments.
 
class  Input
 Facilitates input mapping through an InputMappingClient More...
 
class  InputAction
 An action that represents a game/app action along with the input controls to invoke that action. More...
 
class  InputControls
 An input control consisting of a set of keyboard keys and mouse actions that combine to invoke the game/app action. More...
 
class  InputGroup
 A group of InputActions that belong to a similar classification of actions. More...
 
class  InputMap
 A set of input mappings for the game/app where InputActions are classified into a set of InputGroups. More...
 
interface  InputMappingClient
 Input mapping client helps manage the current input mapping provider. More...
 
interface  InputMappingProvider
 An interface for an input mapping provider class. More...
 
class  InputMappingProviderProxy
 A proxy interface for the InputMappingProvider
 
class  JavaConstants
 Constants to interact with the Java Android Input SDK.
 
class  JavaConverter
 A converter to convert Unity classes into their corresponding Java counterparts.
 
class  MouseAction
 An enumeration of mouse actions as in Google Input SDK The mouse action codes are taken from Google Play Unity plugins (Apache v2 license) and modified as required. More...
 
class  MouseSettings
 Configurations with respect to the mouse behaviour for the game/app. More...
 
class  TriggerHandler
 Facilitates displaying the input help. More...
 

Enumerations

enum  UIMode { AUTO , LIGHT , DARK }
 Enum for defining the theme for the dialog box. More...
 

Enumeration Type Documentation

◆ UIMode

Enum for defining the theme for the dialog box.

Enumerator
AUTO 

Follow system theme.

LIGHT 

Use light theme.

DARK 

Use dark theme.