C# Class Sharpex2D.Input.Implementation.MessageFilter

Inheritance: System.Windows.Forms.NativeWindow
Show file Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
MessageFilter ( IntPtr handle ) : System

Initializes a new WindowProcessor class.

Protected Methods

Method Description
WndProc ( Message &m ) : void

WindProc.

Method Details

MessageFilter() public method

Initializes a new WindowProcessor class.
public MessageFilter ( IntPtr handle ) : System
handle System.IntPtr The Handle.
return System

WndProc() protected method

WindProc.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Message.
return void