ImGui uilist
does not support HideKB
#78755
Labels
(S1 - Need confirmation)
Report waiting on confirmation of reproducibility
uilist
does not support HideKB
#78755
Describe the bug
When the mouse cursor is hidden, the menu entries should not be highlighted like when a mouse pointer is hovering above them.
Attach save file
N/A
Steps to reproduce
HideKB
inOptions -> Interface -> Mouse control options -> Hide mouse cursor
Enter
Expected behavior
Step 4. above should not happen. That is, if the mouse is hidden the uilist entry should not be highlighted.
Screenshots
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth]
]
Additional context
Trying to fix on my own in
ui.cpp
void uilist_impl::draw_controls()
. However, the logic for highlighting is embed into ImGui and quite complex to follow. Hope the ImGui experts can have a look, thanks.The text was updated successfully, but these errors were encountered: