C# Class EliteServiceLibrary.EliteService

Inheritance: IEliteService
Afficher le fichier Open project: saqneo/Elite

Méthodes publiques

Méthode 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

Méthode Description
MapVirtualKey ( uint uCode, uint uMapType ) : uint
SendInput ( uint nInputs, [ pInputs, int cbSize ) : uint

Method Details

SendKeyDown() public méthode

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

SendKeyUp() public méthode

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