Skip to content
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

Merged
merged 7 commits into from
Jun 19, 2024
Merged

ImGui.NET 1.90.8.1 #2230

merged 7 commits into from
Jun 19, 2024

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    7f1ab56 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    d3144b7 View commit details
    Browse the repository at this point in the history
  2. Clean up keyboard input in ImGuiController

    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()`.
    matt-edmondson committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a26015a View commit details
    Browse the repository at this point in the history
  3. Upgrade ImGui.NET and remove io.KeysDown and io.KeyMap calls, and…

    … replace with the new `io.AddKeyEvent()` API.
    
    Also implemented `io.SetKeyEventNativeData()` to preserve legacy user code.
    matt-edmondson committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1f9b474 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64ff733 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba24a2d View commit details
    Browse the repository at this point in the history
  6. Update ImGui.NET package in Silk.NET.OpenGL.Legacy.Extensions.ImGui

    … and `Silk.NET.OpenGLES.Extensions.ImGui`.
    matt-edmondson committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2f196a1 View commit details
    Browse the repository at this point in the history