C# 클래스 GR.Input.Keyboard

파일 보기 프로젝트 열기: alexhanh/Botting-Library

공개 메소드들

메소드 설명
IsDown ( KeyboardKey key ) : bool
KeyDown ( KeyboardKey key ) : void
KeyUp ( KeyboardKey key ) : void
PressKey ( KeyboardKey key ) : void
PressNumberKey ( int number ) : void
Write ( string text ) : void

비공개 메소드들

메소드 설명
SetKey ( KeyboardKey key, bool down ) : void

메소드 상세

IsDown() 공개 정적인 메소드

public static IsDown ( KeyboardKey key ) : bool
key KeyboardKey
리턴 bool

KeyDown() 공개 정적인 메소드

public static KeyDown ( KeyboardKey key ) : void
key KeyboardKey
리턴 void

KeyUp() 공개 정적인 메소드

public static KeyUp ( KeyboardKey key ) : void
key KeyboardKey
리턴 void

PressKey() 공개 정적인 메소드

public static PressKey ( KeyboardKey key ) : void
key KeyboardKey
리턴 void

PressNumberKey() 공개 정적인 메소드

public static PressNumberKey ( int number ) : void
number int
리턴 void

Write() 공개 정적인 메소드

public static Write ( string text ) : void
text string
리턴 void