C# (CSharp) Artemis.Engine.Input Пространство имен

Классы

Имя Описание
ControlIntent Represents the intent of a controller input in a ControlScheme. This class uses the Flyweight pattern. You create instances by calling ControlIntent.GetIntent(name). If an intent instance already exists with the given name, it is returned, otherwise a new one is created and returned.
ControlScheme
ControlScheme.SideScroller Basic control schemes for a side-scroller game.
ControlScheme.TopDown Basic control schemes for a top-down game.
KeyCombination
KeyboardInput The main keyboard input provider class.
MouseInput The main mouse input provider class.