Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Mouse position updates too late #75

Closed
AlexvZyl opened this issue Nov 14, 2021 · 2 comments · Fixed by #219
Closed

Mouse position updates too late #75

AlexvZyl opened this issue Nov 14, 2021 · 2 comments · Fixed by #219
Assignees
Labels
Bug Something isn't working or is broken. ImGui Software related to the dear imgui library. OpenGL Software related to the gaphics rendering backend.

Comments

@AlexvZyl
Copy link
Owner

AlexvZyl commented Nov 14, 2021

In the rendering loop the OpenGL context gets rendered and then the current mouse position get updated from ImGUI after the rendering, causing the scene to be one frame behind.

Could help with #17.

@AlexvZyl AlexvZyl added Bug Something isn't working or is broken. ImGui Software related to the dear imgui library. OpenGL Software related to the gaphics rendering backend. labels Nov 14, 2021
@AlexvZyl AlexvZyl self-assigned this Nov 14, 2021
@Cullen-Enerdyne
Copy link
Collaborator

I can believe that.

@AlexvZyl
Copy link
Owner Author

This wil be taken care of in #98

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working or is broken. ImGui Software related to the dear imgui library. OpenGL Software related to the gaphics rendering backend.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants