C# Class EliteServiceLibrary.EliteService

Inheritance: IEliteService
ファイルを表示 Open project: saqneo/Elite

Public Methods

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.

Private Methods

Method Description
MapVirtualKey ( uint uCode, uint uMapType ) : uint
SendInput ( uint nInputs, [ pInputs, int cbSize ) : uint

Method Details

SendKeyDown() public method

Sends a key down signal to the OS.
public SendKeyDown ( ushort virtualKey ) : void
virtualKey ushort The virtual key.
return void

SendKeyUp() public method

Sends a key up signal to the OS.
public SendKeyUp ( ushort virtualLKey ) : void
virtualLKey ushort
return void