Win7MultiTouch_SourceAPP

所属分类:Windows编程
开发工具:Visual C++
文件大小:2420KB
下载次数:37
上传日期:2010-04-21 16:45:09
上 传 者cneo
说明:  windows7下多点触摸digital pen设备app,基于windows7下的多点设备应用程序开发
(windows7 Multi touch digital pen device app, based on more devices under windows7 application development)

文件列表:
Win7RC_MT\Debug (0, 2009-04-29)
Win7RC_MT\Debug\Win32mtScratchpad.ilk (0, 2009-04-22)
Win7RC_MT\Demo (0, 2009-04-21)
Win7RC_MT\Demo\Multitouch (0, 2009-04-21)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms (0, 2009-04-21)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture (0, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\DrawingObject.cs (6160, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\MainForm.cs (2686, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\MainForm.Designer.cs (1763, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\MainForm.resx (5814, 2009-04-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\mtGesture.csproj (4474, 2009-04-29)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\mtGesture.csproj.vspscc (257, 2009-04-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\Program.cs (954, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\Properties (0, 2009-04-21)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\Properties\AssemblyInfo.cs (1723, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\Properties\Resources.Designer.cs (3068, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\Properties\Resources.resx (5612, 2009-04-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\Properties\Settings.Designer.cs (1315, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtGesture\Properties\Settings.settings (249, 2009-04-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia (0, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\MainForm.cs (13512, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\MainForm.Designer.cs (1763, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\MainForm.resx (5814, 2009-04-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\mtInertia.csproj (4652, 2009-04-29)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\mtInertia.csproj.vspscc (257, 2009-04-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\Picture.cs (6757, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\Program.cs (954, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\Properties (0, 2009-04-21)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\Properties\AssemblyInfo.cs (1723, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\Properties\Resources.Designer.cs (3068, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\Properties\Resources.resx (5612, 2009-04-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\Properties\Settings.Designer.cs (1315, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtInertia\Properties\Settings.settings (249, 2009-04-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtManipulation (0, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtManipulation\DrawingObject.cs (6403, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtManipulation\MainForm.cs (2638, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtManipulation\MainForm.Designer.cs (1865, 2009-05-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtManipulation\MainForm.resx (5814, 2009-04-14)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtManipulation\mtManipulation.csproj (4668, 2009-04-29)
Win7RC_MT\Demo\Multitouch\MultitouchWinForms\mtManipulation\mtManipulation.csproj.vspscc (257, 2009-04-14)
... ...

THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Copyright (c) Microsoft Corporation. All rights reserved. MTScratchpadWMTouch application. Description: When users place fingers on the digitizer, within the sample's application window, they draw on the digitizer by using multiple fingers at the same time. The application traces each finger using a different color for each finger. The primary finger trace is always drawn in black, and the remaining traces are drawn using rotating colors: red, blue, green, magenta, cyan, and yellow. Purpose: This sample demonstrates how to handle multi-touch input inside a Win32 application by using the WM_TOUCH* group of window messages: - Using RegisterTouchWindow and IsTouchWindow to register a window for multi-touch. - Handling WM_TOUCHDOWN, WM_TOUCHUP, and WM_TOUCHMOVE messages and unpacking their parameters by using etTouchInputInfo and CloseTouchInputHandle; reading contact info from the TOUCHINPUT structure. - Unregistering a window for multi-touch by using UnregisterTouchWindow. In addition, the sample also shows how to store and draw strokes entered by the user, through the helper classes CStroke and CStrokeCollection. Requirements: A multi-touch digitizer Microsoft Windows 7 Windows Software Development Kit (SDK) for Windows 7 and .NET Framework 3.5 Service Pack 1: Pre-Beta distributed to PDC attendees

近期下载者

相关文件


收藏者