Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The following table shows the functions that support gestures, each with a description of its purpose.

Structure Description

TKGetAnimateMessageInfo

This function retrieves the movement information for any animate messages sent by Window Auto Gesture.

TKGetGestureExtraArguments

This function is used to obtain extra information that may be supplied with a gesture message.

TKGetGestureInfo

This function fills out a GESTUREINFOstructure with details of the touch gesture that was passed to WM_GESTURE.

TKGetGestureMetrics

Used to retrieve the touch gesture recognition metrics (i.e. distance and time tolerances used by the touch gesture engine) for a specific gesture..

TKGetWindowAutoGesture

This function returns the current auto gesture configuration settings for the provided window handle.

TKSetWindowAutoGesture

This function specifies the auto gesture configuration settings for the provided window handle.

See Also