C# Class Indiefreaks.Xna.Input.KeyboardMouseMapping

Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
KeyboardMouseMapping ( ) : System

TestForAnalogDigitalConflicts ( ) : bool

Returns true there are analog/digital mismatches

TestForConflicts ( ) : bool

Returns true if two or more mappings share the same value

Method Details

KeyboardMouseMapping() public méthode

public KeyboardMouseMapping ( ) : System
Résultat System

TestForAnalogDigitalConflicts() public méthode

Returns true there are analog/digital mismatches
public TestForAnalogDigitalConflicts ( ) : bool
Résultat bool

TestForConflicts() public méthode

Returns true if two or more mappings share the same value
public TestForConflicts ( ) : bool
Résultat bool