From 61784f32f96325c1b305dd21549a6f0cbcd5fe0b Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Sun, 31 May 2020 10:35:37 +0200 Subject: [PATCH] readme: size field in struct description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e50c1aa..874348e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ Notes: * type : the type of the struct member * template_type : if type has a template argument (as ImVector) here will be * name : the name of the struct member - * bitfield : the bitfield width (in case it is a bitfield) + * size : the number of array elements (when it is an array) + * bitfield : the bitfield width (in case it is a bitfield) # usage * use whatever method is in ImGui c++ namespace in the original [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h) by prepending `ig`