Gesture Functions (Windows Embedded CE 6.0)

1/6/2010

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

In This Section

  • DisableGestures
    This function disables one or many touch gestures for a window or application process.
  • EnableGestures
    This function enables one or many touch gestures for a window or application process.
  • Gesture
    This function enables asynchronous gesture recognizers to produce gesture messages.
  • GetGestureInfo
    This function populates a GESTUREINFO structure based on the lParam parameter of the WM_GESTURE message.
  • QueryGestures
    This function returns the list of gestures that a specified window or process supports.

Requirements

Header pwinuser.h
sysgen SYSGEN_TOUCHGESTURE

See Also

Other Resources

Gesture Reference