Gesture Functions (Compact 2013)

3/28/2014

The following table shows the functions that support direct manipulation and gestures.

In This Section

  • DisableGestures
    Disables one or many touch gestures for a window or application process.
  • EnableGestures
    Enables one or many touch gestures for a window or application process.
  • Gesture
    Enables asynchronous gesture recognizers to produce gesture messages.
  • QueryGestures
    Returns the list of gestures that a specified window or process supports.
  • RegisterGesture
    Registers a custom gesture with the gesture recognizer engine, or queries the ID of a gesture that you registered.

Requirements

Header

winuser.h

sysgen

SYSGEN_TOUCHGESTURE

See Also

Reference

Gesture Reference