First post, by internetp
I'm looking for a way to rebind double clicks into single clicks and rebind single clicks into nothing. It's part of a project I've cobbled together to give full touchscreen support for some games on dosbox, I have everything working but obviously tapping the screen automatically clicks and for some games that's a problem. Hence why I need the games to ignore single clicks and treat double clicks as single clicks.
Option that could work:
1) Modify the touch-enabled SDL dll to use the desired behavior
2) A dos program that sits between dosbox and the game could modify inputs?
3) Some dosbox option/conf line I have missed?
4) A windows program or option (windows 😎 that achieves this behavior
#1 will definitely work but I've never modified SDL so if there's an easier option than sifting through c++ and recompiling the dll I'd prefer to use it. Anyone have any idea?