We have an abstract input system which should allow us to easily add more than one mechanism for input handling and easily switch between them. Previously all of our input handling happened in the same class. The input handling code grew huge and ugly. We refactored the old class into separate input handlers classes. Each […]
Recent Comments