-
Notifications
You must be signed in to change notification settings - Fork 117
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
The mouse position is not displayed correctly in ImWindowSokolOGL project #34
Comments
I can't reproduce your issue. Can you try to change the value of the second parameter of ImwWindowManagerSokol constructor in main.cpp to false, to disable custom window titlebar. ImwWindowManagerSokol oMgr(&oSokolDesc, true); //Before
ImwWindowManagerSokol oMgr(&oSokolDesc, false); //After |
Thank your reply! |
Do you have this problem only with the sokol OpenGL version or it's also present in the DX11 version ? |
Dx11, sokologl and sokoldx11 provide self drawing titlebar. |
What brand of GPU do you have? |
The mouse position is not the same as the acquisition position as below:
The text was updated successfully, but these errors were encountered: