Hm… for what it’s worth, this shouldn’t need specific support for anything other than cursor-change plugins.
- If the other plugin polls
TouchInputlike the engine does, or hooks functions other than the ones below, it should work regardless of load order. - If the other plugin hooks uses
TouchInput._onMouseDownand/orTouchInput._onMouseUp, then load this plugin after the other one.
Though, some plugins do indeed use custom mouse event handlers, which means they won’t see the ones this plugin here generates.
Since the VisuStella team updated their plugin (https://itch.io/post/12238393), please try again with the updated version to see if it’s compatible.