C# Class CSPspEmu.Core.Display.PspDisplay

Inheritance: PspEmulatorComponent
Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
CurrentInfo Info
VBlankEvent CSPspEmu.Core.Threading.Synchronization.PspWaitEvent

Public Methods

Method Description
GetHCount ( ) : int
TakeScreenshot ( ) : Bitmap
TriggerDrawStart ( ) : void
TriggerVBlankEnd ( ) : void
TriggerVBlankStart ( ) : void
VBlankCallbackOnce ( System.Action Callback ) : void

Private Methods

Method Description
PspDisplay ( ) : System

Method Details

GetHCount() public method

public GetHCount ( ) : int
return int

TakeScreenshot() public method

public TakeScreenshot ( ) : Bitmap
return Bitmap

TriggerDrawStart() public method

public TriggerDrawStart ( ) : void
return void

TriggerVBlankEnd() public method

public TriggerVBlankEnd ( ) : void
return void

TriggerVBlankStart() public method

public TriggerVBlankStart ( ) : void
return void

VBlankCallbackOnce() public method

public VBlankCallbackOnce ( System.Action Callback ) : void
Callback System.Action
return void

Property Details

CurrentInfo public property

public Info CurrentInfo
return Info

VBlankEvent public property

public PspWaitEvent,CSPspEmu.Core.Threading.Synchronization VBlankEvent
return CSPspEmu.Core.Threading.Synchronization.PspWaitEvent