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
Looks like i broke the ability to toggle between modes when adding the render callback to the WndProc.
WndProc
The culprit was implicitly modifying the window style within the WndProc
imgui-borderless-win32/imgui-borderless-win32/main.cpp
Lines 205 to 208 in 8506b7b
The text was updated successfully, but these errors were encountered:
And we back
Sorry, something went wrong.
76e92da
No branches or pull requests
Looks like i broke the ability to toggle between modes when adding the render callback to the
WndProc
.The culprit was implicitly modifying the window style within the
WndProc
imgui-borderless-win32/imgui-borderless-win32/main.cpp
Lines 205 to 208 in 8506b7b
The text was updated successfully, but these errors were encountered: