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