CWnd::OnTouchInputs
Processes inputs from Windows touch.
virtual BOOL OnTouchInputs(
UINT nInputsCount,
PTOUCHINPUT pInputs
);
Parameters
nInputsCount
Total number of Windows touch inputs.pInputs
Array of TOUCHINPUT.
Return Value
TRUE if application processes Windows touch inputs; otherwise FALSE.
Requirements
Header: afxwin.h