Represents a 2D input axis, typically used for handling input from keyboard or mouse for movement or direction.
Axis2DAction(SDL_Keycode positiveX, SDL_Keycode negativeX, SDL_Keycode positiveY, SDL_Keycode negativeY, std::string name);
Constructor for axis with specific key bindings.