imgui / examples / opengl2_example /
@omar omar authored on 25 Aug 2017
..
Makefile add SDL GL3 makefile 7 years ago
build_win32.bat Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git) 8 years ago
imgui_impl_glfw.cpp IO: io.MousePos needs to be set to ImVec2(-FLT_MAX,-FLT_MAX) when mouse is unavailable/missing. Previously ImVec2(-1,-1) was enough but we'll now accept negative mouse coordinates. 7 years ago
imgui_impl_glfw.h Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git) 8 years ago
main.cpp Renamed ImGuiSetCond_XXX type and enums to ImGuiCond_XXX, kept old enums under #ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS 7 years ago
opengl2_example.vcxproj Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git) 8 years ago
opengl2_example.vcxproj.filters Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git) 8 years ago