Allowing default ImGui clipboard behavior so copy+paste works in the imgui console menu

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-12-29 16:38:21 -08:00
parent 2f1346c719
commit 49652352f4
@@ -8,6 +8,5 @@
set(LY_COMPILE_DEFINITIONS
PRIVATE
IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS
IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS
)