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

[emscripten + glfw]: Added support for GLFW3 contrib port #7647

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 2, 2024

  1. added support for GLFW3 contrib port

    - implements GFLW 3.4.0 features + bug fixes (like full gamepad support)
    ypujante committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    879ff11 View commit details
    Browse the repository at this point in the history
  2. fixes ocornut#7600

    - fixes "Emscripten build runtime error: Unable to preventDefault inside passive event listener"
    ypujante committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2245721 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. renamed to avoid confusion

    ypujante committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8a5e553 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. use assert + comment

    ypujante committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e07fb9d View commit details
    Browse the repository at this point in the history
  2. ImGui_ImplGlfw_InstallEmscriptenCallbacks

    - added ImGui_ImplGlfw_InstallEmscriptenCallbacks and deprecated ImGui_ImplGlfw_InstallEmscriptenCanvasResizeCallback
    ypujante committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2f52322 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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