Amazon.Device.InputMapping 1.0.0
|
An input control consisting of a set of keyboard keys and mouse actions that combine to invoke the game/app action. More...
Static Public Member Functions | |
static InputControls | Create (IList< int > androidKeycodes, IList< int > mouseActions) |
Creates a new InputControls object. | |
Properties | |
IList< int > | AndroidKeycodes [get] |
A list of keyboard key codes corresponding to the input control. | |
IList< int > | MouseActions [get] |
A list of mouse actions corresponding to the input control. | |
An input control consisting of a set of keyboard keys and mouse actions that combine to invoke the game/app action.
|
static |
Creates a new InputControls
object.
androidKeycodes | A list of keyboard key codes corresponding to the input control |
mouseActions | A list of mouse actions corresponding to the input control |
|
get |
A list of keyboard key codes corresponding to the input control.
|
get |
A list of mouse actions corresponding to the input control.