EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
966 stars 183 forks source link

Windows: Fix touch input, disable window rounding #3207

Closed Ghabry closed 2 months ago

Ghabry commented 2 months ago

The finger IDs sent seem to be different based on which device you use.

My Surface 4 sent 0 - 4 as ID. This Asus Laptop here increments the ID everytime. Removed the assumption from the code that the IDs are 0 - 4.


Disabled the window rounding on Win11 because its not nice when a few pixels of the game are simply lost...