Вопрос Disable Mouse Interaction on ImGui

AntiAim Architect
Пользователь
Статус
Оффлайн
Регистрация
27 Июл 2019
Сообщения
78
Реакции[?]
90
Поинты[?]
0
Sup Bois,

I'm currently making a menu but am having some issues with my dropdowns.

Basically, The checkboxes (ect) which are getting rendered behind the dropdown (see below) are absorbing the mouse input.
I'm using "ImGuiButtonFlags_Disabled" to disable the buttons whilst the dropdown is active, however, they are still being interacted with.



The only thing other I can think of would be to render the dropdown and buttons AFTER the features, however, this is still untested.

Essentially, How do I render the checkboxes, but disable ANY mouse interaction when needed

Any help would be appreciated
 
Сверху Снизу