imgui / examples / directx9_example /
@omar omar authored on 6 Apr 2018
..
build_win32.bat Examples: DirectX9: Removed dependency on dx3x9 (remainder) (#611) 8 years ago
directx9_example.vcxproj Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569) 7 years ago
directx9_example.vcxproj.filters Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569) 7 years ago
imgui_impl_dx9.cpp Renamed ImGuiConfigFlags_NoSetMouseCursor to ImGuiConfigFlags_NoMouseCursorChange. Followup to 75c3793 two weeks ago. (#787, #1495, #1202) + comments 7 years ago
imgui_impl_dx9.h Obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). Use ImGui::GetDrawData() to retrieve the ImDrawData* to display..(#1599) 7 years ago
main.cpp Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787) 7 years ago