C# 클래스 VM.Devices.Controller

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

공개 프로퍼티들

프로퍼티 타입 설명
KeyBindings KeyboardKey>.Dictionary

공개 메소드들

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

메소드 상세

Attach() 공개 메소드

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

Controller() 공개 메소드

public Controller ( 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

프로퍼티 상세

KeyBindings 공개적으로 프로퍼티

public Dictionary KeyBindings
리턴 KeyboardKey>.Dictionary