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.
12 lines
492 B
12 lines
492 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](https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md). |
|
|
|
You can include code snippets using `Begin()` for short in-line snippets, or: |
|
```cpp |
|
ImGui::Begin("Hello"); |
|
ImGui::ThisIsMoreCode(); |
|
``` |
|
For multiline snippets. |
|
|
|
(Clear this form before submitting your issue. Please read the CONTRIBUTING.md file!)
|
|
|