C# 클래스 Mosa.EmulatedDevices.Synthetic.Keyboard

Implements an emulated keyboard
상속: Mosa.DeviceSystem.Device, IKeyboard
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
AcceptKey ( Key key ) : void

Accepts the key.

GetKeyPressed ( ) : Key

Gets the key.

GetKeyPressed_OLD ( ) : Key

Gets the key pressed.

Keyboard ( ) : System

Initializes a new instance of the Keyboard class.

Keyboard ( DisplayForm display ) : System

Initializes a new instance of the Keyboard class.

메소드 상세

AcceptKey() 공개 메소드

Accepts the key.
public AcceptKey ( Key key ) : void
key Mosa.DeviceSystem.Key The key.
리턴 void

GetKeyPressed() 공개 메소드

Gets the key.
public GetKeyPressed ( ) : Key
리턴 Mosa.DeviceSystem.Key

GetKeyPressed_OLD() 공개 메소드

Gets the key pressed.
public GetKeyPressed_OLD ( ) : Key
리턴 Mosa.DeviceSystem.Key

Keyboard() 공개 메소드

Initializes a new instance of the Keyboard class.
public Keyboard ( ) : System
리턴 System

Keyboard() 공개 메소드

Initializes a new instance of the Keyboard class.
public Keyboard ( DisplayForm display ) : System
display DisplayForm
리턴 System