C# Class Sharpex2D.Input.Implementation.MessageFilter

Inheritance: System.Windows.Forms.NativeWindow
Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
MessageFilter ( IntPtr handle ) : System

Initializes a new WindowProcessor class.

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

WindProc.

Method Details

MessageFilter() public méthode

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

WndProc() protected méthode

WindProc.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Message.
Résultat void