C# 클래스 Alteridem.WinTouch.NativeMethods

파일 보기 프로젝트 열기: rprouse/WinTouch.NET

공개 메소드들

메소드 설명
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