C# 클래스 EliteServiceLibrary.EliteService

상속: IEliteService
파일 보기 프로젝트 열기: saqneo/Elite

공개 메소드들

메소드 설명
SendKeyDown ( ushort virtualKey ) : void

Sends a key down signal to the OS.

SendKeyUp ( ushort virtualLKey ) : void

Sends a key up signal to the OS.

비공개 메소드들

메소드 설명
MapVirtualKey ( uint uCode, uint uMapType ) : uint
SendInput ( uint nInputs, [ pInputs, int cbSize ) : uint

메소드 상세

SendKeyDown() 공개 메소드

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

SendKeyUp() 공개 메소드

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