C# 클래스 Keyboard, NewTOAPIA

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
CurrentKeyState ( int vKey ) : short

CurrentKeyState Returns the current physical state of a virtual key, independent of any message processing that is currently occuring.

KeyState ( int vKey ) : short
ToString ( ) : string

비공개 메소드들

메소드 설명
Keyboard ( ) : System

메소드 상세

CurrentKeyState() 공개 정적인 메소드

CurrentKeyState Returns the current physical state of a virtual key, independent of any message processing that is currently occuring.
public static CurrentKeyState ( int vKey ) : short
vKey int one of the virtual key codes
리턴 short

KeyState() 공개 정적인 메소드

public static KeyState ( int vKey ) : short
vKey int
리턴 short

ToString() 공개 메소드

public ToString ( ) : string
리턴 string