This website requires JavaScript.
Explore
Help
Sign In
poret
/
UnrealImGui
Watch
1
Star
0
Fork
0
You've already forked UnrealImGui
mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced
2025-01-18 08:20:32 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
73cdfe8d83
UnrealImGui
/
Source
/
ImGui
History
yash3ahuja
73cdfe8d83
Fix issue with ImGui popup/modal windows not being able to be closed in transparent mouse input mode. The issue was caused by relying on ImGui::IsWindowHovered to determine whether an ImGui window was being hovered over, which doesn't work as expected with popups and modals. The ImGui documentation instead recommends using ImGuiIO::WantCaptureMouse to determine mouse input forwarding, so now SImGuiWidget relies on this value to update it's transparent mouse input state. (
#25
)
2020-03-25 01:26:14 +00:00
..
Private
Fix issue with ImGui popup/modal windows not being able to be closed in transparent mouse input mode. The issue was caused by relying on ImGui::IsWindowHovered to determine whether an ImGui window was being hovered over, which doesn't work as expected with popups and modals. The ImGui documentation instead recommends using ImGuiIO::WantCaptureMouse to determine mouse input forwarding, so now SImGuiWidget relies on this value to update it's transparent mouse input state. (
#25
)
2020-03-25 01:26:14 +00:00
Public
Updated input handler to ignore fake mouse events potentially raised when touch input is unhandled.
2019-08-08 18:06:07 +01:00
ImGui.Build.cs
Updated to ImGui 1.74
2020-02-03 20:11:04 +00:00