SDL
SDL copied to clipboard
KMSDRM mouse reduces framerate while moving
The DRM calls to move the mouse block waiting for vsync, so if you're moving the mouse you suddenly get a huge drop in framerate. The fix is to use atomic DRM support if available.
Ryan, can you create a PR for your merged atomic API code?