C# Класс Alteridem.WinTouch.NativeMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
CloseGestureInfoHandle ( IntPtr gestureInfoHandle ) : bool

Closes the gesture info handle.

GetGestureInfo ( IntPtr gestureInfoHandle, GestureInfo &gestureInfo ) : bool

Gets the gesture info.

SetGestureConfig ( IntPtr hwnd ) : bool

Registers the HWND to receive all gestures.

http://msdn.microsoft.com/en-us/library/windows/desktop/dd353231%28v=vs.85%29.aspx

SetGestureConfig ( IntPtr hwnd, GestureConfig configs ) : bool

Registers the HWND to receive specific gestures.

http://msdn.microsoft.com/en-us/library/windows/desktop/dd353231%28v=vs.85%29.aspx

Приватные методы

Метод Описание
NativeMethods ( ) : System

Описание методов

CloseGestureInfoHandle() публичный статический Метод

Closes the gesture info handle.
public static CloseGestureInfoHandle ( IntPtr gestureInfoHandle ) : bool
gestureInfoHandle System.IntPtr The gesture info handle.
Результат bool

GetGestureInfo() публичный статический Метод

Gets the gesture info.
public static GetGestureInfo ( IntPtr gestureInfoHandle, GestureInfo &gestureInfo ) : bool
gestureInfoHandle System.IntPtr The gesture info handle.
gestureInfo GestureInfo The gesture info.
Результат bool

SetGestureConfig() публичный статический Метод

Registers the HWND to receive all gestures.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd353231%28v=vs.85%29.aspx
public static SetGestureConfig ( IntPtr hwnd ) : bool
hwnd System.IntPtr The HWND.
Результат bool

SetGestureConfig() публичный статический Метод

Registers the HWND to receive specific gestures.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd353231%28v=vs.85%29.aspx
public static SetGestureConfig ( IntPtr hwnd, GestureConfig configs ) : bool
hwnd System.IntPtr The HWND.
configs GestureConfig The gesture configurations
Результат bool