Package it.unibo.alchemist.input

Types

Link copied to clipboard
enum ActionFromKey : Enum<ActionFromKey>

Actions which can be bound to a key on the keyboard.

Link copied to clipboard
object Keybinds

Reads and writes a configuration of key bindings to a JSON file.

Link copied to clipboard
class KeybindsSerializer : JsonSerializer<Map<ActionFromKey, KeyCode>>

Serializer for keybinds that serializes ActionFromKey by using the enum values' names instead of ActionFromKey.toString.