C# (CSharp) NScumm.MonoGame InputState - 3 примера найдено. Это лучшие примеры C# (CSharp) кода для NScumm.MonoGame.InputState, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
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.