2
Vote

Create the RecordingInputSystem

description

I started to create a InputSystem, that acts as a Wrapper around another System, and records all input reported by this system.
When a method is called, the InputSystem starts to replay the recorded input. This might be useful for debugging or even for replay systems.
 
This Issue is used to track the progress of this InputSystem.

comments

simsmaster wrote Dec 20, 2011 at 7:47 PM

Status update: The Mouse is finished, may need some tests. Continue with the Keyboard.

simsmaster wrote Jan 2, 2012 at 3:46 PM

And the Keyboard is also finished!