-
Notifications
You must be signed in to change notification settings - Fork 150
Migrate from GLFW to SDL #798
Copy link
Copy link
Open
Labels
coreCore application logicCore application logicportabilityStuff that doesn't work on some OSStuff that doesn't work on some OStabledPlans for the future. Not ready to write code yet.Plans for the future. Not ready to write code yet.
Description
GLFW has a bunch of bugs related to mouse handling on Linux causing false mouse-up events when a new platform window is created.
There may be ugly hacks we can do on the backend, but SDL doesn't have this issue so that's probably the best path forward. We only make 20ish GLFW API calls so the port shouldn't be too difficult.
See: ocornut/imgui#7922
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreCore application logicCore application logicportabilityStuff that doesn't work on some OSStuff that doesn't work on some OStabledPlans for the future. Not ready to write code yet.Plans for the future. Not ready to write code yet.