From 55dc243358c2388e3ccbfa5f4bc24fe3f74e8932 Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Fri, 28 Feb 2020 10:53:37 +0100 Subject: [PATCH] readme: document bitfield in structs_and_enums --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e17fa73..2aeb860 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ 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) # 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`