C# 클래스 WPFKeyboard.Models.ShiftSensitiveKey

상속: BaseOnScreenKeyViewModel, IKeyEventListener
파일 보기 프로젝트 열기: pauldotknopf/WPFKeyboard

공개 메소드들

메소드 설명
KeyDown ( KeyEventArgs args ) : void
KeyPressed ( KeyPressEventArgs character ) : void
KeyUp ( KeyEventArgs args ) : void
ShiftSensitiveKey ( VirtualKeyCode keyCode, string normal, string modified, string displayText ) : System

메소드 상세

KeyDown() 공개 메소드

public KeyDown ( KeyEventArgs args ) : void
args System.Windows.Forms.KeyEventArgs
리턴 void

KeyPressed() 공개 메소드

public KeyPressed ( KeyPressEventArgs character ) : void
character System.Windows.Forms.KeyPressEventArgs
리턴 void

KeyUp() 공개 메소드

public KeyUp ( KeyEventArgs args ) : void
args System.Windows.Forms.KeyEventArgs
리턴 void

ShiftSensitiveKey() 공개 메소드

public ShiftSensitiveKey ( VirtualKeyCode keyCode, string normal, string modified, string displayText ) : System
keyCode VirtualKeyCode
normal string
modified string
displayText string
리턴 System