C# 클래스 VM.Devices.Keyboard

상속: Device
파일 보기 프로젝트 열기: Rohansi/VM

공개 메소드들

메소드 설명
Attach ( VirtualMachine machine ) : void
Keyboard ( RenderWindow window, VirtualMachine virtualMachine, System.Xml.Linq.XElement config ) : System
Reset ( ) : void

비공개 메소드들

메소드 설명
QueueKey ( string key ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( VirtualMachine machine ) : void
machine VirtualMachine
리턴 void

Keyboard() 공개 메소드

public Keyboard ( RenderWindow window, VirtualMachine virtualMachine, System.Xml.Linq.XElement config ) : System
window SFML.Graphics.RenderWindow
virtualMachine VirtualMachine
config System.Xml.Linq.XElement
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void