C# Class WPFKeyboard.Models.ModifierKey

Inheritance: BaseOnScreenKeyViewModel, IKeyEventListener
Afficher le fichier Open project: pauldotknopf/WPFKeyboard

Méthodes publiques

Méthode Description
KeyDown ( System args ) : void
KeyPressed ( System character ) : void
KeyUp ( System args ) : void
ModifierKey ( VirtualKeyCode key ) : System

Method Details

KeyDown() public méthode

public KeyDown ( System args ) : void
args System
Résultat void

KeyPressed() public méthode

public KeyPressed ( System character ) : void
character System
Résultat void

KeyUp() public méthode

public KeyUp ( System args ) : void
args System
Résultat void

ModifierKey() public méthode

public ModifierKey ( VirtualKeyCode key ) : System
key VirtualKeyCode
Résultat System