Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to recognize a MutliTouch Input Event ?

How to recognize a MutliTouch Input Event ?

Scheduled Pinned Locked Moved C / C++ / MFC
questionjsontutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 14035555
    wrote on last edited by
    #1

    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?

    V K 2 Replies Last reply
    0
    • U User 14035555

      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?

      V Offline
      V Offline
      Victor Nijegorodov
      wrote on last edited by
      #2

      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)

      1 Reply Last reply
      0
      • U User 14035555

        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?

        K Offline
        K Offline
        k5054
        wrote on last edited by
        #3

        Try this: [Touch Input - Windows applications | Microsoft Docs](https://docs.microsoft.com/en-us/windows/desktop/wintouch/windows-touch-portal)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups