Unreal plug-in that integrates Dear ImGui framework into Unreal Engine 5.
Go to file
Sebastian 53387cf88b Changed modifier keys handling and cleaned ImGui Input State:
- Separate modifier keys interface and data from generic keys.
- Cleaned interface to better differentiate between full reset and clearing update data.
- Fixed bug in code clearing characters.
2017-08-19 21:19:38 +01:00
Resources Initial commit: 2017-03-17 23:22:13 +00:00
Source Changed modifier keys handling and cleaned ImGui Input State: 2017-08-19 21:19:38 +01:00
.gitignore Initial commit: 2017-03-17 23:22:13 +00:00
ImGui.uplugin Initial commit: 2017-03-17 23:22:13 +00:00
LICENSE Initial commit: 2017-03-17 23:22:13 +00:00
README.md Initial commit: 2017-03-17 23:22:13 +00:00

Unreal Engine plugin integrating Omar Cornut's Dear ImGui framework (https://github.com/ocornut/imgui).