C# Class Dwarrowdelf.Client.UI.GameKeyGesture

Inheritance: System.Windows.Input.KeyGesture
Mostrar archivo Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
GameKeyGesture ( Key key ) : System
GameKeyGesture ( Key key, ModifierKeys modifiers ) : System
GameKeyGesture ( Key key, string displayString ) : System
Matches ( object targetElement, System.Windows.Input.InputEventArgs inputEventArgs ) : bool

Method Details

GameKeyGesture() public method

public GameKeyGesture ( Key key ) : System
key Key
return System

GameKeyGesture() public method

public GameKeyGesture ( Key key, ModifierKeys modifiers ) : System
key Key
modifiers ModifierKeys
return System

GameKeyGesture() public method

public GameKeyGesture ( Key key, string displayString ) : System
key Key
displayString string
return System

Matches() public method

public Matches ( object targetElement, System.Windows.Input.InputEventArgs inputEventArgs ) : bool
targetElement object
inputEventArgs System.Windows.Input.InputEventArgs
return bool