I was wondering what the policy was regarding contributing to MonoGame in such a way that adds functionality beyond XNA. I didn’t see anything in the contribution guide lines that mentioned anything specific.
My idea being adding a a class that is only instantiated once and that instance is retrieved through the static KeyBoard/Mouse classes which exposes the underling event based unput in a uniform way across the non mobile projects.
Point being if I did such a thing could it be accepted into the main MonoGame project?