---@enum ActionState ActionState = { IDLE = "idle", PRESSED = "pressed", JUST_PRESSED = "just_pressed", JUST_RELEASED = "just_released", AXIS = "axis", OTHER = "other", }