C# 클래스 MultimediaKeysAction.KeyPressWrapper

파일 보기 프로젝트 열기: noant/Pyrite

공개 메소드들

메소드 설명
Press ( Keys key ) : void
Press ( Keys modifier, Keys key ) : void
Release ( Keys key ) : void
Release ( Keys modifier, Keys key ) : void

비공개 메소드들

메소드 설명
Press ( byte key ) : void
Press ( byte keyModifier, byte key ) : void
Release ( byte key ) : void
Release ( byte keyModifier, byte key ) : void
keybd_event ( byte bVk, byte bScan, uint dwFlags, uint dwExtraInfo ) : void

메소드 상세

Press() 공개 정적인 메소드

public static Press ( Keys key ) : void
key Keys
리턴 void

Press() 공개 정적인 메소드

public static Press ( Keys modifier, Keys key ) : void
modifier Keys
key Keys
리턴 void

Release() 공개 정적인 메소드

public static Release ( Keys key ) : void
key Keys
리턴 void

Release() 공개 정적인 메소드

public static Release ( Keys modifier, Keys key ) : void
modifier Keys
key Keys
리턴 void