C# Class Windows7.Multitouch.GestureHandler

Handles gesture events
The handler simplifies handling gesture such as rotate, zoom and pan by keeping the requires knowledge of the previous and first event in the gesture event sequence.
Inheritance: Handler
Afficher le fichier Open project: RIT-Tool-Time/Cascade Class Usage Examples

Private Properties

Свойство Type Description
GestureHandler System
MapWM2EventId uint

Méthodes protégées

Méthode Description
SetHWndTouchInfo ( ) : bool

Register the form to get gesture events

WindowProc ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : uint

The Windows message interception for gesture events handling

Private Methods

Méthode Description
GestureHandler ( IHwndWrapper hWndWrapper ) : System

Construct a gesture handler instance

MapWM2EventId ( uint dwID, uint dwFlags ) : uint

Method Details

SetHWndTouchInfo() protected méthode

Register the form to get gesture events
protected SetHWndTouchInfo ( ) : bool
Résultat bool

WindowProc() protected méthode

The Windows message interception for gesture events handling
protected WindowProc ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : uint
hWnd System.IntPtr WndProc hWnd
msg int WndProc msg
wParam System.IntPtr WndProc wParam
lParam System.IntPtr WndProc lParam
Résultat uint