jak-project/third-party/imgui
Ethan Lafrenais 88856ba5e0
Add in-game option to switch fullscreen monitor (#1700)
* Add in-game option to switch fullscreen monitor

* mmm undefined memory :)

* Fix type consistency

* Optimize get_monitor and get_monitor_count since they're called often

* Address PR feedback

* Track fullscreen mode and minimized state to reduce GLFW calls per frame
2022-07-31 13:31:17 -04:00
..
CMakeLists.txt tools: Add cutscene player / subtitle editor window (#1429) 2022-06-11 16:32:27 +01:00
imconfig.h [graphics] generic merc (#1192) 2022-02-24 22:33:10 -05:00
imgui.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_demo.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_draw.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_impl_glfw.cpp Add in-game option to switch fullscreen monitor (#1700) 2022-07-31 13:31:17 -04:00
imgui_impl_glfw.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_impl_opengl3.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_impl_opengl3.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_impl_opengl3_loader.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_internal.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_stdlib.cpp fix goalc crash and clang warnings (#1441) 2022-06-11 16:52:27 -04:00
imgui_stdlib.h tools: Add cutscene player / subtitle editor window (#1429) 2022-06-11 16:32:27 +01:00
imgui_tables.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_widgets.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imstb_rectpack.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imstb_textedit.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imstb_truetype.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
LICENSE.txt Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
readme.txt Add the imgui library (#785) 2021-08-29 14:54:16 -04:00

This is based on imgui 1.84.2 (released 8/23/2021).

All the imgui_ files are unmodified. Some of them are copied out of the backend folder.

The cmake file is custom, but simple.