C# 클래스 Eryan.Input.KeyBoard

Keyboard input device
상속: Eryan.Input.InputDevice
파일 보기 프로젝트 열기: emist/Eryan 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
keytranslator VKeysScan>.Dictionary

공개 메소드들

메소드 설명
KeyBoard ( ) : System
keyDown ( char key ) : void
keyUp ( char key ) : void
pressEnter ( ) : void

Sends an Enter key to EVE

sendAltCharacter ( char c ) : void

Sends the given character with the alt key pressed

sendChar ( char c ) : void

Sends the given keypress to the EVE client

sendCtrlCharacter ( char c ) : void

Sends the given character with the control key pressed

sendFKey ( int key ) : void
sendKeyPresses ( String text ) : void

Sends keypresses to the EVE client with a static wait between keypresses

sendKeyPresses ( String text, int minWait, int maxWait ) : void

Sends a string of keys to the Eve Client with a random wait

비공개 메소드들

메소드 설명
VkKeyScan ( char ch ) : IntPtr
populateTranslator ( ) : void

메소드 상세

KeyBoard() 공개 메소드

public KeyBoard ( ) : System
리턴 System

keyDown() 공개 메소드

public keyDown ( char key ) : void
key char
리턴 void

keyUp() 공개 메소드

public keyUp ( char key ) : void
key char
리턴 void

pressEnter() 공개 메소드

Sends an Enter key to EVE
public pressEnter ( ) : void
리턴 void

sendAltCharacter() 공개 메소드

Sends the given character with the alt key pressed
public sendAltCharacter ( char c ) : void
c char The character to send
리턴 void

sendChar() 공개 메소드

Sends the given keypress to the EVE client
public sendChar ( char c ) : void
c char
리턴 void

sendCtrlCharacter() 공개 메소드

Sends the given character with the control key pressed
public sendCtrlCharacter ( char c ) : void
c char Character to send with control
리턴 void

sendFKey() 공개 메소드

public sendFKey ( int key ) : void
key int
리턴 void

sendKeyPresses() 공개 메소드

Sends keypresses to the EVE client with a static wait between keypresses
public sendKeyPresses ( String text ) : void
text String The text to send
리턴 void

sendKeyPresses() 공개 메소드

Sends a string of keys to the Eve Client with a random wait
public sendKeyPresses ( String text, int minWait, int maxWait ) : void
text String The string to enter
minWait int The minimum time to wait between keypresses in miliseconds
maxWait int The maximum time to wait between keypresses in miliseconds
리턴 void

프로퍼티 상세

keytranslator 공개적으로 프로퍼티

public Dictionary keytranslator
리턴 VKeysScan>.Dictionary