Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.66 KB

mtfunctions.md

File metadata and controls

48 lines (29 loc) · 2.66 KB
title description ms.assetid keywords ms.topic ms.date
Functions (Windows Touch Input)
This section contains functions for Windows Touch input.
6c64ed75-37ac-47ae-b39e-bdf10d2b5211
Windows Touch,functions
article
05/31/2018

Functions (Windows Touch Input)

This section contains functions for Windows Touch input.

The following functions are used for Windows Touch input.

Function Description
CloseTouchInputHandle Closes a touch input handle, frees process memory associated with it, and invalidates the handle.
GetTouchInputInfo Retrieves detailed information about touch inputs associated with a specific touch input handle.
IsTouchWindow Checks whether a specified window is touch-capable and, optionally, retrieves the modifier flags set for the window's touch capability.
RegisterTouchWindow Registers a window as being touch-capable.
UnregisterTouchWindow Registers a window as no longer being touch-capable.
SendMessage, PostMessage, and Related Functions Contains considerations about forwarding messages.

 

Related topics

Windows Touch Input

Windows Touch Input Programming Guide