How to recognize a MutliTouch Input Event ?
-
With Win32 API ( SetWindowsHookExA + WH_MOUSE_LL ) and ( SetWindowsHookExA + WH_KEYBAORD_LL ) I can recognize a mouse or keyboard event.
But how can I recognize MultiTouch Event on Windows 10?
-
With Win32 API ( SetWindowsHookExA + WH_MOUSE_LL ) and ( SetWindowsHookExA + WH_KEYBAORD_LL ) I can recognize a mouse or keyboard event.
But how can I recognize MultiTouch Event on Windows 10?
Perhaps his discussiom will help: [how to hook multi-touch event in driver?](https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/79e51232-5e4f-46e0-84b8-faf985147a43/how-to-hook-multitouch-event-in-driver?forum=wdk)
-
With Win32 API ( SetWindowsHookExA + WH_MOUSE_LL ) and ( SetWindowsHookExA + WH_KEYBAORD_LL ) I can recognize a mouse or keyboard event.
But how can I recognize MultiTouch Event on Windows 10?
Try this: [Touch Input - Windows applications | Microsoft Docs](https://docs.microsoft.com/en-us/windows/desktop/wintouch/windows-touch-portal)