Tables: Comments, better assert, moved some internal flags out of the way.

This commit is contained in:
omar
2019-12-29 17:10:42 +01:00
committed by ocornut
parent 0c3d7bb154
commit 81453ac42c
3 changed files with 43 additions and 30 deletions

View File

@ -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;