I need to work with imgui, I need full Windows system compatibility and hardware compatibility (can be hijack)
The budget price is within 100USD.
Please contact me: https://t.me/ch_flowers
Hi, Im trying to make a multihreaded imgui overlay. I have a main menu but i want to draw to another window too at the same time using imgui.
I tried everything like SetContext and mutex locking too but my code always fails as soon as i start to init / render my new imgui window in my thread.
I...
Здравствуйте. При запуске появляется меню в игре все четко, но когда нажимаю на нужный пункт меню или просто перетащить его у меня пропадает меню, как я понял моё окно overlay'я скрывается, а игровое окно становиться приоритетным, как можно пофиксить?