Package com.csse3200.game.files
Class UserSettings.KeyBindSettings
java.lang.Object
com.csse3200.game.files.UserSettings.KeyBindSettings
- Enclosing class:
UserSettings
Stores custom keybind settings. Can be serialised/deserialised.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMap of action names to custom key codes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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()
-