Z Guan
Z Guan
可能是输入法的原因,我的窗口框架比较简陋,没处理这个。试着用默认的`英语(美国)`输入法启动呢
因为没处理窗口丢失focus的事件,不过就是个小demo,懒得加了……
Hi, The only call to `std::vector::clear` in `SetTypeFilters` is at its beginning for clearing old filters, and all accesses to this vector object in other functions are read-only. Therefore the...
That makes the problem hard to track. Since the internal state of `typeFilters_` may be broken by other memory writes in the program. Sorry for not being able to provide...
Thanks for the PR! BTW, why not keep the code style? I noticed almost all lines of code are changed due to that.
Thanks. These detailed information is very helpful. I currently don't have a linux PC to reproduce this problem. But as I know, double quote is an invalid charactor in path...
Submodules should be cloned recursively. Try `git clone --recursive RepoURL`.
Please note that only `MSVC` and `clang++ in Linux` were tested. Using other compilers or environments is theoretically feasible, but there may be some minor issues that need to be...
Hi, Sorry for the late reply. I am currently not using a gamepad in my imgui development environment, so I am not familiar with how to interact with imgui using...
Try adding `m_browser.ClearSelected()` after `GetSelected`