This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_UI_SDK
/
imgui
Watch
1
Star
0
Fork
0
mirror of
https://github.com/ocornut/imgui.git
synced
2026-09-13 07:47:33 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ac2027c41553789db5e7bff726ea52fb8a4db00a
imgui
/
examples
/
directx9_example
T
History
omar
72b7f48870
Renamed ImGuiConfigFlags_NoSetMouseCursor to ImGuiConfigFlags_NoMouseCursorChange. Followup to
75c3793db5
two weeks ago. (
#787
,
#1495
,
#1202
) + comments
2018-04-06 18:12:21 +02:00
..
build_win32.bat
…
directx9_example.vcxproj
…
directx9_example.vcxproj.filters
…
imgui_impl_dx9.cpp
Renamed ImGuiConfigFlags_NoSetMouseCursor to ImGuiConfigFlags_NoMouseCursorChange. Followup to
75c3793db5
two weeks ago. (
#787
,
#1495
,
#1202
) + comments
2018-04-06 18:12:21 +02:00
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
)
2018-02-16 19:18:16 +01:00
main.cpp
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (
#787
)
2018-02-28 18:51:40 +01:00