C# Class WPFKeyboard.Models.ModifierKey

Inheritance: BaseOnScreenKeyViewModel, IKeyEventListener
Mostrar archivo Open project: pauldotknopf/WPFKeyboard

Public Methods

Method Description
KeyDown ( System args ) : void
KeyPressed ( System character ) : void
KeyUp ( System args ) : void
ModifierKey ( VirtualKeyCode key ) : System

Method Details

KeyDown() public method

public KeyDown ( System args ) : void
args System
return void

KeyPressed() public method

public KeyPressed ( System character ) : void
character System
return void

KeyUp() public method

public KeyUp ( System args ) : void
args System
return void

ModifierKey() public method

public ModifierKey ( VirtualKeyCode key ) : System
key VirtualKeyCode
return System