ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

Add support for Bitfields

Open Helco opened this issue 3 years ago • 0 comments

This PR adds support for bitfields by declaring a combined member for all bit-sized fields in the raw structure and using manual instead of reference-returning properties in the ...Ptr structure.

Should fix #206

Helco avatar Mar 28 '21 12:03 Helco