Amazon.Device.InputMapping 1.0.0
Loading...
Searching...
No Matches
Package List
Here are the packages with brief descriptions (if available):
[detail level 1234]
 NAmazon
 NDevice
 NInputMapping
 CAndroidKeyCodeA 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
 CInputFacilitates input mapping through an InputMappingClient
 CInputActionAn action that represents a game/app action along with the input controls to invoke that action
 CInputControlsAn input control consisting of a set of keyboard keys and mouse actions that combine to invoke the game/app action
 CInputGroupA group of InputActions that belong to a similar classification of actions
 CInputMapA set of input mappings for the game/app where InputActions are classified into a set of InputGroups
 CInputMappingClientInput mapping client helps manage the current input mapping provider
 CInputMappingProviderAn interface for an input mapping provider class
 CMouseActionAn 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
 CMouseSettingsConfigurations with respect to the mouse behaviour for the game/app
 CTriggerHandlerFacilitates displaying the input help