C# 클래스 WoW.Fishing.Devices.Keyboard

파일 보기 프로젝트 열기: trenus/Bots.WoW.Fishing

공개 메소드들

메소드 설명
Click ( UInt16 keyCode, int clickDuration ) : void

simulate the keydown + keyup events using the UTF8Encoding.ASCII.GetBytes(key) value.

비공개 메소드들

메소드 설명
KeyDown ( UInt16 keyCode ) : void

simulate the keydown event using the UTF8Encoding.ASCII.GetBytes(key) value

KeyUp ( UInt16 keyCode ) : void

simulate the keyup event using the UTF8Encoding.ASCII.GetBytes(key) value

메소드 상세

Click() 공개 정적인 메소드

simulate the keydown + keyup events using the UTF8Encoding.ASCII.GetBytes(key) value.
public static Click ( UInt16 keyCode, int clickDuration ) : void
keyCode System.UInt16
clickDuration int
리턴 void