C# Class Artemis.Engine.Input.KeyCombination

Afficher le fichier Open project: ArtemisEngine/Artemis-Engine Class Usage Examples

Méthodes publiques

Свойство Type Description
Keys Keys[]

Méthodes publiques

Méthode Description
KeyCombination ( ) : Microsoft.Xna.Framework.Input

Method Details

KeyCombination() public méthode

public KeyCombination ( ) : Microsoft.Xna.Framework.Input
Résultat Microsoft.Xna.Framework.Input

Property Details

Keys public_oe property

The keys to check in this combination.
public Keys[] Keys
Résultat Keys[]