IDI-Systems / UnrealImGui

Unreal plug-in that integrates Dear ImGui framework into Unreal Engine 4/5.
MIT License
121 stars 27 forks source link

Unable to Access Modifier Keys #3

Closed kushagra10025 closed 4 months ago

kushagra10025 commented 10 months ago

Hi, I had setup the Plugin perfectly alright and it's working like a charm on UE5.2. Thanks for the Fork :)

Although when I am using Sliders, I am facing a bug - Unable to edit the value manually which should happen naturally after Ctrl + Clicking on the Slider. I also tried the Demo Imgui and check the Input section, none of the Modifier Keys - Ctrl / Shift / Alt is working. A Fix or Workaround for the same will be highly appreciated thanks :)

Markyparky56 commented 9 months ago

This fork appears to have fixed modifier keys, https://github.com/Cleroth/UnrealImGui/commit/ba954da0b91960a4abb890df2eabb24798aa3590

jonpas commented 9 months ago

I do not like that it changes ImGui code itself.

kushagra10025 commented 9 months ago

@Markyparky56 and @jonpas Even I had a similar fix for it. But again it was changing the ImGui Code itself, so I had dropped that. Do you have any other fix in mind? Thanks for your response.

SlackingVeteran commented 5 months ago

This should be resolved by #18

kushagra10025 commented 4 months ago

It seems it has been resolved thanks @SlackingVeteran. Will be closing this issue, and if I face this again, will create a new one. Thanks :D