What would be the best way to extend the input system to include new controls? I’m currently looking at adding both a scroll wheel delta control and a mouse aim control (mouse offset from the centre of the screen)?
I have currently created a MouseExtended class that extends off the Mouse class, and I have included it in the registered devices within InputDeviceManager.InitAfterProfiles().