Class InputMap


  • public class InputMap
    extends java.lang.Object
    An input configuration for the app/game consisting of one or more InputGroups
    • Method Detail

      • create

        public static InputMap create​(@NonNull
                                      java.util.List<InputGroup> inputGroups,
                                      @NonNull
                                      MouseSettings mouseSettings)
        Creates a new InputMap
        Parameters:
        inputGroups - list of InputGroup for the app/game
        mouseSettings - mouse configurations for the app/game
      • getInputGroups

        public java.util.List<InputGroup> getInputGroups()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object