-
-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImGui.NET 1.90.8.1 #2230
ImGui.NET 1.90.8.1 #2230
Conversation
This has to be approached with caution. ImGui.NET consistently introduces TFM-specific breaking changes that we get the blame for, and this has generally resulted in a distaste for supporting ImGui.NET in Silk.NET. This isn’t a “no”, we just need to take some time to evaluate what’s happened upstream since the last time we updated. |
@dotnet-policy-service agree |
Use the `_keyboard` field rather than retrieving the first keyboard from the input context in `UpdateImGuiInput()` as it gets reset every frame to `_input.Keyboards[0]` in `BeginFrame()`.
… replace with the new `io.AddKeyEvent()` API. Also implemented `io.SetKeyEventNativeData()` to preserve legacy user code.
… and `Silk.NET.OpenGLES.Extensions.ImGui`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have had a look upstream and this seems to be a safe upgrade.
Summary of the PR
Upgrade ImGui.NET to 1.90.8.1
Related issues, Discord discussions, or proposals
Further Comments