UnrealImGui/Source
Sebastian 6c6e766a20 Fixed mapping from FKey to ImGui key index to gracefully handle unsupported keys and work on platforms that does not support all the keys defined in ImGui key map.
Instead of throwing assertion unsupported keys are mapped to 0, what guarantees that ImGui key map is always initialized and unsupported keys mapped to index that cannot be reached from key input events that have non-zero key codes.
2019-03-11 19:39:11 +00:00
..
ImGui Fixed mapping from FKey to ImGui key index to gracefully handle unsupported keys and work on platforms that does not support all the keys defined in ImGui key map. 2019-03-11 19:39:11 +00:00
ThirdParty/ImGuiLibrary Updated to ImGui 1.65 2018-09-12 19:21:36 +01:00