Any game that works on a platform with primarily a touch-based interface that allows multi-finger gestures supports this. Since each finger is effectively an individual cursor. SDL and X11 supports it, to allow for them to be used on such interfaces. If you can pinch to zoom in a game, then the game supports multiple cursors.FuryoftheStars wrote: Tue Apr 30, 2024 4:29 pmI am curious... are there any computer games that support this? I've never actually played one (or heard of one) that did.Rammix wrote: Tue Apr 30, 2024 3:56 pm Just an unimportant off topic question.
Is (or will be) the multi-pointer functionality (2 or more active mouse cursors) supported in Factorio 2.0? Could be fun playing the game with two mice simultaneously.
As for games not for these platforms, it's less likely. But SDL supports it, and if Factorio already keeps track of which for SDL's mouse event, it should also support this.