-
Notifications
You must be signed in to change notification settings - Fork 314
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
ImgGui.Button() function is not rendering in my program (.NET 7, ImGui.net ver 1.90.0.1, Veldrid.ImGui ver 5.72.0, ClickableTransparentOverlay ver 9.1.0, SixLabors.ImageSharp ver 3.0.2, Vortice.Mathematics ver 1.7.2) #450
Comments
sorry, I can not reproduce the issue locally. |
to run on windows..
Note: You can Remove RunOnce_() function its just windows LookAndFell style. program.cs - paste this.
myview1.cs
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depending on where I place it, a debug panel is instanced with nothing inside it, or nothing happens and the code executes as if the button isn't there.
The button should be below the check box and above the "You chose: person1" text output. This version of the code does not instance the debug panel and just runs was if the function was never there.
The text was updated successfully, but these errors were encountered: