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.
- GestureBeginSession
Begins a session with the gesture recognizer.
- GestureEndSession
Ends a session with the gesture recognizer.
- GetGestureExtraArguments
Retrieves additional gesture information that does not fit into the GESTUREINFO structure.
- GetGestureInfo
Populates a GESTUREINFO structure based on the lParam parameter of the WM_GESTURE message.
- PFN_KILLTOUCHRECOGNIZERTIMER
Destroys the timer for the touch recognizer.
- PFN_SETTOUCHRECOGNIZERTIMER
Sets the timer for the touch recognizer.
- 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.
- SystemParametersInfo for Gestures
Queries or sets system-wide parameters and updates the user profile at the same time.
Requirements
Header |
winuser.h |
sysgen |
SYSGEN_TOUCHGESTURE |