mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-28 00:39:02 +08:00
453 B
453 B
You may use the Issue tracker to ask for help, submit bug reports, feature requests or suggestions. Please carefully read this document before doing so: CONTRIBUTING.md.
You can include code snippets using Begin()
for short in-line snippets, or:
ImGui::Begin("Hello");
ImGui::ThisIsMoreCode();
For multiline snippets.
(Clear this form before submitting your issue)