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
From reviewing cimgui.h it feels like in many occurrence, some parameters would better be moved from the Ex() function into the non-Ex() function. Namely, the generally idea behind removing the number of Ex() functions what that parameters that are trivial to fill (e.g. with 0).
Maybe not best example because this one might be automated, but it seems it would make some sense if we could specify in the script that in this case flags should always be in the simplified function.
The text was updated successfully, but these errors were encountered:
I guess this is a followup to #10 and code in e2f03ea#diff-bfeeec74b4af24dba625d3a2772df9610c7d430c2ba12919dde04bf652619138R46
From reviewing cimgui.h it feels like in many occurrence, some parameters would better be moved from the Ex() function into the non-Ex() function. Namely, the generally idea behind removing the number of Ex() functions what that parameters that are trivial to fill (e.g. with 0).
An example would be that this:
IHMO should be output as:
Maybe not best example because this one might be automated, but it seems it would make some sense if we could specify in the script that in this case
flags
should always be in the simplified function.The text was updated successfully, but these errors were encountered: