C# Class MultimediaKeysAction.KeyPressWrapper

Show file Open project: noant/Pyrite

Public Methods

Method Description
Press ( Keys key ) : void
Press ( Keys modifier, Keys key ) : void
Release ( Keys key ) : void
Release ( Keys modifier, Keys key ) : void

Private Methods

Method Description
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

Method Details

Press() public static method

public static Press ( Keys key ) : void
key Keys
return void

Press() public static method

public static Press ( Keys modifier, Keys key ) : void
modifier Keys
key Keys
return void

Release() public static method

public static Release ( Keys key ) : void
key Keys
return void

Release() public static method

public static Release ( Keys modifier, Keys key ) : void
modifier Keys
key Keys
return void