OK,
i assume, that your input() method implements a kind of a (Mouse)Adapter. My game will be controlled only by the keyboard. But how to notify the main object about the input? I want to pass the action (like Player.GO_WEST, or Player.USE_SKILL) to the game.logic()


