I am trying to use SendInput to convert touches from a touch sensor into standard mouse events. This works fine with several standard Windows apps. But when I send a LEFT_MOUSE_DOWN event while over the OSK, nothing happens. And yet when I click with a standard mouse on the OSK it works fine. It's my understanding that SendInput injects the events at the same level as the mouse driver, so I don't see why sending them via SendInput does not work with the OSK.
SendInput won't send mouse events to on screen keyboard in Win 10
414 views Asked by TonyG At
1
Had the same problem. Running in Admin mode helped.