You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking to highlight both rows and columns in a table, I found in the "Angled headers" demo, the settings for ImGuiTableFlags_HighlightHoveredColumn (from imgiu.h).
But where is the equivalent for Rows?
Version/Branch of Dear ImGui:
1.91.9
Back-ends:
imgui_impl_win32_dx12.cpp
Compiler, OS:
Windows-11
Full config/build information:
19190
Details:
Looking to highlight both rows and columns in a table, I found in the "Angled headers" demo, the settings for
ImGuiTableFlags_HighlightHoveredColumn
(fromimgiu.h
).But where is the equivalent for Rows?
Screenshots/Video:
na
Minimal, Complete and Verifiable Example code:
na
Related Tickets/References:
The text was updated successfully, but these errors were encountered: