mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 09:27:00 +00:00
495 B
495 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.
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. Please read the CONTRIBUTING.md file!)