C# Class AStarTest.Window1

Interaction logic for Window1.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: tomba/dwarrowdelf

Méthodes publiques

Méthode Description
Window1 ( ) : System
Window_PreKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
Window_PreTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

Private Methods

Méthode Description
Button_Click_Test1 ( object sender, RoutedEventArgs e ) : void
KeyIsDir ( Key key ) : bool
KeyToDir ( Key key ) : Direction

Method Details

Window1() public méthode

public Window1 ( ) : System
Résultat System

Window_PreKeyDown() public méthode

public Window_PreKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
sender object
e System.Windows.Input.KeyEventArgs
Résultat void

Window_PreTextInput() public méthode

public Window_PreTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
sender object
e System.Windows.Input.TextCompositionEventArgs
Résultat void