Method | Description | |
---|---|---|
SendKeyDown ( ushort virtualKey ) : void |
Sends a key down signal to the OS.
|
|
SendKeyUp ( ushort virtualLKey ) : void |
Sends a key up signal to the OS.
|
Method | Description | |
---|---|---|
MapVirtualKey ( uint uCode, uint uMapType ) : uint | ||
SendInput ( uint nInputs, [ pInputs, int cbSize ) : uint |
public SendKeyDown ( ushort virtualKey ) : void | ||
virtualKey | ushort | The virtual key. |
return | void |
public SendKeyUp ( ushort virtualLKey ) : void | ||
virtualLKey | ushort | |
return | void |