Class UserSettings.KeyBindSettings

java.lang.Object
com.csse3200.game.files.UserSettings.KeyBindSettings
Enclosing class:
UserSettings

public static class UserSettings.KeyBindSettings extends Object
Stores custom keybind settings. Can be serialised/deserialised.
  • Field Details

    • customKeybinds

      public Map<String,Integer> customKeybinds
      Map of action names to custom key codes. Only stores keybinds that differ from defaults. Null means use all default keybinds.
  • Constructor Details

    • KeyBindSettings

      public KeyBindSettings()