C# Class Indiefreaks.Xna.Input.KeyboardMouseMapping

Mostra file Open project: Indiefreaks/igf Class Usage Examples

Public Methods

Method 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 method

public KeyboardMouseMapping ( ) : System
return System

TestForAnalogDigitalConflicts() public method

Returns true there are analog/digital mismatches
public TestForAnalogDigitalConflicts ( ) : bool
return bool

TestForConflicts() public method

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