imgui-osg
imgui-osg copied to clipboard
Fix an issue with modifier keys:
Modifier keys, e.g. io.KeyCtrl, may get "stuck" if not associated with a "special key". This fix properly translates OSG modifier keys to ImGui's.