C# (CSharp) NScumm.MonoGame InputState - 3 exemples trouvés. Ce sont les exemples réels les mieux notés de NScumm.MonoGame.InputState extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Helper for reading input from keyboard and gamepad. This public class tracks the current and previous state of both input devices, and implements query properties for high level input actions such as "move up through the menu" or "pause the game".
This public class is similar to one in the GameStateManagement sample.