Often the primary input for computer games. It boasts a very large versatility for direct input.

learn more… | top users | synonyms

5
votes
1answer
207 views

Portable buffered keyboard input for XNA / MonoGame?

As a preliminary solution, I am currently using the Nuclex framework in an C#/XNA game project for buffered keyboard input. Sadly, nuclex relies on SlimDX.Directinput.dll and therefore to my knowledge ...