AntiAim Architect
-
Автор темы
- #1
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
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