BrutPitt / imGuIZMO.quat

ImGui GIZMO widget - 3D object manipulator / orientator
BSD 2-Clause "Simplified" License
391 stars 42 forks source link

imgui 1.87 breaks key modifiers #10

Closed sonoro1234 closed 2 years ago

sonoro1234 commented 2 years ago

Hi,

With the changes in keyboard input in 1.87, the key modifiers (ALT, SHIFT and CTRL) stopped working. For example SHIFT seems to be always pressed!!

sonoro1234 commented 2 years ago

In the upper left is the value of io.KeyShift With mouse over the widget it seems SHIFT is pressed while it is not

quatGIF

sonoro1234 commented 2 years ago

False alarm!! It was due to bad compilation. (compilation with cmake without deleting previous results)

Thx Michelle