Amazon.Device.InputMapping 1.0.0
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
 CAmazon.Device.InputMapping.AndroidKeyCodeA 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.InputFacilitates input mapping through an InputMappingClient
 CAmazon.Device.InputMapping.InputActionAn action that represents a game/app action along with the input controls to invoke that action
 CAmazon.Device.InputMapping.InputControlsAn input control consisting of a set of keyboard keys and mouse actions that combine to invoke the game/app action
 CAmazon.Device.InputMapping.InputGroupA group of InputActions that belong to a similar classification of actions
 CAmazon.Device.InputMapping.InputMapA set of input mappings for the game/app where InputActions are classified into a set of InputGroups
 CAmazon.Device.InputMapping.InputMappingClientInput mapping client helps manage the current input mapping provider
 CAmazon.Device.InputMapping.InputMappingProviderAn interface for an input mapping provider class
 CAmazon.Device.InputMapping.MouseActionAn 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.MouseSettingsConfigurations with respect to the mouse behaviour for the game/app
 CAmazon.Device.InputMapping.TriggerHandlerFacilitates displaying the input help