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
When built with SDL2 mouse input lags at high framerates and causes keyboard input to lag as well. It looks like mouse causes a lot of input events that are slowly processed. Here's the video. Can be worked around by enabling frame limiter.
Summary
When built with SDL2 mouse input lags at high framerates and causes keyboard input to lag as well. It looks like mouse causes a lot of input events that are slowly processed. Here's the video. Can be worked around by enabling frame limiter.
Replay_2026-07-23_19-08-52.mp4
Build options
CC=clang CXX=clang++ cmake .. -DLIBRW_PLATFORM=GL3 -DLIBRW_GL3_GFXLIB=SDL2