C# Class EventLoop, code

Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
DispatchMessage ( MSG, &lpMsg ) : IntPtr,
PeekMessage ( MSG, &lpMsg, IntPtr, hwnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg ) : bool
TranslateMessage ( MSG, &lpMsg ) : bool

Method Details

Run() public static method

public static Run ( ) : void
return void