Amazon.Device.InputMapping 1.0.0
Loading...
Searching...
No Matches
Amazon.Device.InputMapping.InputControls Class Reference

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.
 

Detailed Description

An input control consisting of a set of keyboard keys and mouse actions that combine to invoke the game/app action.

Member Function Documentation

◆ Create()

static InputControls Amazon.Device.InputMapping.InputControls.Create ( IList< int >  androidKeycodes,
IList< int >  mouseActions 
)
static

Creates a new InputControls object.

Parameters
androidKeycodesA list of keyboard key codes corresponding to the input control
mouseActionsA list of mouse actions corresponding to the input control

Property Documentation

◆ AndroidKeycodes

IList<int> Amazon.Device.InputMapping.InputControls.AndroidKeycodes
get

A list of keyboard key codes corresponding to the input control.

◆ MouseActions

IList<int> Amazon.Device.InputMapping.InputControls.MouseActions
get

A list of mouse actions corresponding to the input control.