C# Class Alteridem.WinTouch.GestureListener

Inheritance: System.Windows.Forms.NativeWindow
Show file Open project: rprouse/WinTouch.NET

Public Methods

Method Description
GestureListener ( Control parent ) : System

Initializes a new instance of the GestureListener class to receive all gestures.

GestureListener ( Control parent, GestureConfig configs ) : System

Initializes a new instance of the GestureListener class to receive specific gestures.

Private Methods

Method Description
Initialize ( Control parent ) : void
OnHandleCreated ( object sender, EventArgs e ) : void
OnHandleDestroyed ( object sender, EventArgs e ) : void
OnPan ( GestureInfo info ) : bool
OnPressAndTap ( GestureInfo info ) : bool
OnRotate ( GestureInfo info ) : bool
OnTwoFingerTap ( GestureInfo info ) : bool
OnZoom ( GestureInfo info ) : bool
WndProc ( Message &m ) : void

Method Details

GestureListener() public method

Initializes a new instance of the GestureListener class to receive all gestures.
public GestureListener ( Control parent ) : System
parent System.Windows.Forms.Control The parent.
return System

GestureListener() public method

Initializes a new instance of the GestureListener class to receive specific gestures.
public GestureListener ( Control parent, GestureConfig configs ) : System
parent System.Windows.Forms.Control The parent.
configs GestureConfig The gesture configurations.
return System