diff --git a/Quickstart.md b/Quickstart.md index 5cd4cdd..d878578 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -132,7 +132,7 @@ ImGui::DestroyContext(); ``` That should be all! -## Example: If you are using GLFW + Metal (Apple) +## Example: If you are using GLFW + Metal (on Apple devices) Full standalone example: [example_glfw_apple/main.mm](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_apple/main.mm)