1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 02:00:58 +01:00

OpenGL3 example: fixed mouse handling.

This commit is contained in:
omar 2014-12-08 17:15:08 +00:00
parent bdb2344db0
commit 6523fb263d

View File

@ -322,6 +322,7 @@ int main(int argc, char** argv)
{
ImGuiIO& io = ImGui::GetIO();
io.MouseWheel = 0;
mousePressed[0] = mousePressed[1] = false;
glfwPollEvents();
UpdateImGui();