You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
31 lines
943 B
31 lines
943 B
You may use the Issue Tracker to ask for help and submit bug reports, feature requests or suggestions. |
|
|
|
PLEASE CAREFULLY READ THIS DOCUMENT before doing so: |
|
[CONTRIBUTING.md](https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md). |
|
|
|
SELECT "PREVIEW CHANGES" TO TURN THE URL ABOVE INTO A CLICKABLE LINK. |
|
|
|
(Delete everything above this section before submitting your issue. Please read the CONTRIBUTING.md file!) |
|
|
|
---- |
|
|
|
**Version/Branch of Dear ImGui:** |
|
|
|
XXX |
|
|
|
**Back-end file/Renderer/OS:** _(or specify if you are using a custom engine back-end)_ |
|
|
|
Back-ends: imgui_impl_XXX.cpp + imgui_impl_XXX.cpp |
|
OS: XXX |
|
Compiler: XXX _(if the question is related to building)_ |
|
|
|
**My Issue/Question:** _(please provide context)_ |
|
|
|
**Standalone, minimal, complete and verifiable example:** _(see CONTRIBUTING.md)_ |
|
``` |
|
ImGui::Begin("Example Bug"); |
|
MoreCodeToExplainMyIssue(); |
|
ImGui::End(); |
|
``` |
|
|
|
**Screenshots/Video** _(you can drag files here)_
|
|
|