Amazon.Device.InputMapping 1.0.0
|
CAmazon.Device.InputMapping.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 |
CAmazon.Device.InputMapping.Input | Facilitates input mapping through an InputMappingClient |
CAmazon.Device.InputMapping.InputAction | An action that represents a game/app action along with the input controls to invoke that action |
CAmazon.Device.InputMapping.InputControls | An input control consisting of a set of keyboard keys and mouse actions that combine to invoke the game/app action |
CAmazon.Device.InputMapping.InputGroup | A group of InputAction s that belong to a similar classification of actions |
CAmazon.Device.InputMapping.InputMap | A set of input mappings for the game/app where InputAction s are classified into a set of InputGroup s |
CAmazon.Device.InputMapping.InputMappingClient | Input mapping client helps manage the current input mapping provider |
CAmazon.Device.InputMapping.InputMappingProvider | An interface for an input mapping provider class |
CAmazon.Device.InputMapping.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 |
CAmazon.Device.InputMapping.MouseSettings | Configurations with respect to the mouse behaviour for the game/app |
CAmazon.Device.InputMapping.TriggerHandler | Facilitates displaying the input help |