SnakeGame.ih

Handles all the inputs. On every keypress/buttonpress, a new event is created, which changes the internal state of the program.

class SnakeGame
InputHandler ih;

Meta