You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would have made a PR instead, but I never use github and I didn't wanna screw something up.
I saw how pen motion coordinates are basically just ints, but other programs like Krita manage to get more precision somehow, and I figured out how to do that, as without it a tablet is basically just a mouse with pressure, which affects your lines.
I couldn't test this on HiDPI, and you might wanna cache the result of GetPointerDeviceRects but I don't know where, but otherwise this worked for me at least, using 1 and 2 monitors.
The text was updated successfully, but these errors were encountered:
I would have made a PR instead, but I never use github and I didn't wanna screw something up.
I saw how pen motion coordinates are basically just ints, but other programs like Krita manage to get more precision somehow, and I figured out how to do that, as without it a tablet is basically just a mouse with pressure, which affects your lines.
After this from
SDL_windowsevents.c
:I added this:
I couldn't test this on HiDPI, and you might wanna cache the result of
GetPointerDeviceRects
but I don't know where, but otherwise this worked for me at least, using 1 and 2 monitors.The text was updated successfully, but these errors were encountered: