We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ImguiNET has another Checkbox: CheckboxFlags that has Flags parameter. But it is defined as ref int (or int* in c) and not as a Enum.
CheckboxFlags
ref int
Check if we need flags.
https://github.com/ocornut/imgui/blob/cc5058e5d7dcbf94f28277d6bee5face7f8b0a63/imgui.h#L502
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ImguiNET has another Checkbox:
CheckboxFlags
that has Flags parameter.But it is defined as
ref int
(or int* in c) and not as a Enum.Check if we need flags.
https://github.com/ocornut/imgui/blob/cc5058e5d7dcbf94f28277d6bee5face7f8b0a63/imgui.h#L502
The text was updated successfully, but these errors were encountered: