1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 02:00:58 +01:00
imgui/examples/opengl_example
2015-03-16 10:47:14 +00:00
..
imgui_impl_glfw.cpp opengl3+opengl example: if content window doesn't have focus, tell ImGui we don't have a mouse position. e.g. avoids tooltips popping up in imgui app when you're interacting with a different app window that overlaps it. 2015-03-16 10:47:14 +00:00
imgui_impl_glfw.h Examples: OpenGL 2/3 examples cleanup to match DirectX9/11 structure. 2015-03-09 15:02:22 +00:00
main.cpp Examples: MSVC: increase warning level from /W3 to /W4 for OpenGL examples 2015-03-14 10:41:42 +00:00
Makefile Examples: Refactored opengl_example into a glfw specific file that can be copied and pasted. 2015-03-09 11:25:15 +00:00
opengl_example.vcxproj Examples: MSVC: increase warning level from /W3 to /W4 for OpenGL examples 2015-03-14 10:41:42 +00:00
opengl_example.vcxproj.filters Examples: Refactored opengl_example into a glfw specific file that can be copied and pasted. 2015-03-09 11:25:15 +00:00