Desktop Functions: Smart Device Functions:
|
SHRecognizeGesture (aygshell)
aygshell is for smart devices, not desktop Windows. Therefore, this information only applies to code using the .NET Compact Framework. To see if information for SHRecognizeGesture in other DLLs exists, click on Find References to the right. C# Signature:
[DllImport("aygshell.dll")] VB .NET Signature:
Declare Function SHRecognizeGesture Lib "aygshell.dll" (shrg As SHRGINFO) As Integer User-Defined Types:
[StructLayout(LayoutKind.Sequential)] Constants:
const uint GN_CONTEXTMENU = 1000; Notes:None None. Tips & Tricks:Please add some! Sample Code:Use this in conjunction with the SetCapture/GetCapture HWND sample:
static bool RecognizeGesture(IntPtr hWnd, int x, int y) Alternative Managed API:TODO Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|