C# Class x86CS.GUI.UI

Mostrar archivo Open project: cryogen/VM86CS

Protected Properties

Property Type Description
vgaDevice x86CS.Devices.VGA

Public Methods

Method Description
Cycle ( ) : void
Init ( ) : void
OnKeyDown ( uint key ) : void
OnKeyUp ( uint key ) : void
UI ( Form uiForm, VGA device ) : System

Method Details

Cycle() public abstract method

public abstract Cycle ( ) : void
return void

Init() public abstract method

public abstract Init ( ) : void
return void

OnKeyDown() public method

public OnKeyDown ( uint key ) : void
key uint
return void

OnKeyUp() public method

public OnKeyUp ( uint key ) : void
key uint
return void

UI() public method

public UI ( Form uiForm, VGA device ) : System
uiForm System.Windows.Forms.Form
device x86CS.Devices.VGA
return System

Property Details

vgaDevice protected_oe property

protected VGA,x86CS.Devices vgaDevice
return x86CS.Devices.VGA