C# Class SlimDX.RenderLoop

Show file Open project: SlimDX/SlimDX-v2 Class Usage Examples

Public Methods

Method Description
Run ( Form form, System.Action callback ) : void

Private Methods

Method Description
HandleApplicationIdle ( object sender, EventArgs e ) : void
PeekMessage ( Message &message, IntPtr window, uint filterMinimum, uint filterMaximum, uint flags ) : bool

Method Details

Run() public method

public Run ( Form form, System.Action callback ) : void
form System.Windows.Forms.Form
callback System.Action
return void