Touchscreens require two taps to register a single click (Microsoft only?)
The expectation is that a single tap should fire the equivalent of a mouse click. However, a single tap yields a nil action_id. Two quick taps results in a click.
This has happened to me and another user. In both instances the device is a Microsoft machine with a touch screen.
Seems related to https://github.com/glfw/glfw/pull/1736 and https://github.com/glfw/glfw/issues/42
I've skimmed the linked issues but they're above my head. Is this issue unfixable based on some dependency?
I've skimmed the linked issues but they're above my head. Is this issue unfixable based on some dependency?
It is likely caused by incorrect handling of touch events in glfw. We can try to apply a patch or solution from the linked issues/PRs, but we would prefer if this could be fixed directly in glfw main branch.