Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for handling internals #364

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Merge branch 'master' into internals
  • Loading branch information
Thraka authored Dec 31, 2022
commit 05714ca41bd5999bbf9c7b473047708649bb9c3f
1 change: 1 addition & 0 deletions src/CodeGenerator/TypeInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public class TypeInfo
{ "ImPlotFormatter", "IntPtr" },
{ "ImPlotGetter", "IntPtr" },
{ "ImPlotTransform", "IntPtr" },
{ "ImGuiKeyChord", "ImGuiKey" },
// internals
{ "char[5]", "byte*"},
{ "ImGuiDir*", "IntPtr" },
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.