Class InputMap
- java.lang.Object
-
- com.amazon.device.inputmapping.input.InputMap
-
public class InputMap extends java.lang.Object
An input configuration for the app/game consisting of one or moreInputGroup
s
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputMap
create(java.util.List<InputGroup> inputGroups, MouseSettings mouseSettings)
Creates a newInputMap
java.util.List<InputGroup>
getInputGroups()
MouseSettings
getMouseSettings()
java.lang.String
toString()
-
-
-
Method Detail
-
create
public static InputMap create(@NonNull java.util.List<InputGroup> inputGroups, @NonNull MouseSettings mouseSettings)
Creates a newInputMap
- Parameters:
inputGroups
- list ofInputGroup
for the app/gamemouseSettings
- mouse configurations for the app/game
-
getInputGroups
public java.util.List<InputGroup> getInputGroups()
-
getMouseSettings
public MouseSettings getMouseSettings()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-