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

A set of input mappings for the game/app where InputActions are classified into a set of InputGroups. More...

Static Public Member Functions

static InputMap Create (IList< InputGroup > inputGroups, MouseSettings mouseSettings)
 Creates a new InputMap object.
 

Properties

IList< InputGroupInputGroups [get]
 
MouseSettings MouseSettings [get]
 MouseSettings corresponding to the input map
 

Detailed Description

A set of input mappings for the game/app where InputActions are classified into a set of InputGroups.

Member Function Documentation

◆ Create()

static InputMap Amazon.Device.InputMapping.InputMap.Create ( IList< InputGroup inputGroups,
MouseSettings  mouseSettings 
)
static

Creates a new InputMap object.

Parameters
inputGroupsList of InputGroup corresponding to the input map.
mouseSettingsMouseSettings corresponding to the input map

Property Documentation

◆ InputGroups

IList<InputGroup> Amazon.Device.InputMapping.InputMap.InputGroups
get

◆ MouseSettings

MouseSettings Amazon.Device.InputMapping.InputMap.MouseSettings
get

MouseSettings corresponding to the input map