-
Notifications
You must be signed in to change notification settings - Fork 14
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
Notify outside window #7
Comments
Do you have some problem running the library ? |
What library?
Artsiom Chmutau ***@***.***> (šajā datumā: trešd., 2024. g.
15. maijs 16:50) rakstīja:
… @TyomaVader <https://github.com/TyomaVader> ?
Do you have some problem running the library ?
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVARP73CAZS475APYYAU4Q3ZCNRZJAVCNFSM6AAAAABHXHOVT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJSGU4TQMZYGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
ImGuiNotify with D3D9 |
What DO I need to include a library to make it work? I currently have
|
Follow the instructions from the official Dear ImGui repository and then include the ImGuiNotify header |
Alright good to know. Will try to change when I have a chance |
I made changes to imgui from normal to Docking |
Yes, I believe you would need to change the following lines from the // Set notification window position to bottom right corner of the main window, considering the main window size and location in relation to the display
ImVec2 mainWindowPos = GetMainViewport()->Pos;
SetNextWindowPos(ImVec2(mainWindowPos.x + mainWindowSize.x - NOTIFY_PADDING_X, mainWindowPos.y + mainWindowSize.y - NOTIFY_PADDING_Y - height), ImGuiCond_Always, ImVec2(1.0f, 1.0f)); |
Can I invite you to my project and you can have a look? Since it's the same issue as before., |
Ok, I'll have a look in a few days |
Alright |
No description provided.
The text was updated successfully, but these errors were encountered: