Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Latest commit

 

History

History

Input Touch injection sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Input: Touch injection sample

Requires

  • Visual Studio 2012

License

  • MS-LPL

Technologies

  • Win32

Topics

  • User Interface

Updated

  • 10/17/2013

Description

This sample shows how to inject touch pointer input into the Windows message queue. Specifically, this sample covers using the Touch Input APIs to inject touch-down messages and touch-up messages.

Warning  This sample requires Microsoft Visual Studio 2013 and doesn't compile in Microsoft Visual Studio Express 2013 for Windows.

Note  The Windows Samples Gallery contains a variety of code samples that exercise the various new programming models, platforms, features, and components available in Windows 8.1 and/or Windows Server 2012 R2. These downloadable samples are provided as compressed ZIP files that contain a Visual Studio solution (SLN) file for the sample, along with the source files, assets, resources, and metadata necessary to successfully compile and run the sample. For more information about the programming models, platforms, languages, and APIs demonstrated in this sample, please refer to the guidance, tutorials, and reference topics provided in the Windows 8.1 documentation available in the Windows Developer Center. This sample is provided as-is in order to indicate or demonstrate the functionality of the programming models and feature APIs for Windows 8.1 and/or Windows Server 2012 R2. Please provide feedback on this sample!

To obtain an evaluation copy of Windows 8.1, go to Windows 8.1.

To obtain an evaluation copy of Visual Studio 2013, go to Visual Studio 2013.

Related topics

Touch Input

Operating system requirements

Client
Windows 8.1
Server
Windows Server 2012 R2

Build the sample

To build this sample:

  1. Start Visual Studio and select File > Open > Project/Solution.
  2. Go to the directory in which you unzipped the sample. Go to the directory named for the sample, and double-click the Microsoft Visual Studio Solution (.sln) file.
  3. Press F7 (or F6 for Visual Studio 2013) or use Build > Build Solution to build the sample.

Run the sample

To debug the app and then run it, press F5 or use Debug > Start Debugging. To run the app without debugging, press Ctrl+F5 or use Debug > Start Without Debugging.