mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Tables: Comments, better assert, moved some internal flags out of the way.
This commit is contained in:
@ -1895,7 +1895,7 @@ struct ImGuiTable
|
||||
int CurrentColumn;
|
||||
int CurrentRow;
|
||||
ImS16 InstanceNo; // Count of BeginTable() calls with same ID in the same frame (generally 0)
|
||||
ImS16 InstanceInteracted;
|
||||
ImS16 InstanceInteracted; // Mark which instance (generally 0) of the same ID is being interacted with
|
||||
float RowPosY1;
|
||||
float RowPosY2;
|
||||
float RowTextBaseline;
|
||||
|
Reference in New Issue
Block a user