-
Hello,
I can get the sanity check asserts in AddDrawListToRenderList() to trip if I create a window with the following conditions:
1.) Completely invisible (no title bar, invisible background, etc.)
…
-
While I can create, and use, the text area generated, for some reason I can't seem to use arrow keys, either numeric-pad or inverted-T ones (standard IBM M US 101 keyboard).
The arrows work fine in t…
-
Compiled and ran example-demo on OS X 10.11.5 Mid-2015 Macbook Pro. The trackpad on these laptops has two click "types": one is triggered with a light tap, the other is triggered by a more forceful pu…
adcox updated
8 years ago
-
Following commit in my branch of imgui fork allows to not use default C runtime library functions and instead provide custom ones: https://github.com/mmozeiko/imgui/commit/661eb02b250d10fa562a7a549808…
-
Just recently got into using ImGui and so far love it. However, I do have a question about how input is handled. In the examples, input is just force given to ImGui and not handled in a real-world env…
-
Looking near line 4206 in imgui.cpp: https://github.com/ocornut/imgui/blob/45dacbf084e897c317d034275fbd070ed71c0709/imgui.cpp#L4206
```
window->ContentsRegionRect.Min.x = -window->Scroll.x + window->…
-
Hello, Omar.
A few days trying to upload the image to the form. Read previous questions on this topic, but was not able to implement it independently. If you don't mind, could you write a small examp…
-
In the doc it says "ID are uniquely scoped within windows, tree nodes, etc. so no conflict can happen" so I was under the impression that this also applies to collapsing headers, but it seems that thi…
-
Hi @ocornut,
I had a quick thought about how to potentially improve how imgui is developed and how it is used.
The end result is meant to be..
1. Simpler to develop
2. Simpler to use
### Motivat…
-
I've been working on a simple logger for my game which does a few things, chief among them, print the most recent text sent to the logger. This is achieved with a simple ring buffer which I continual…