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.