You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Editor/Core
Nicholas Van Sickle 70b3840288
Fix the home key popping up ImGui when it shouldn't. (#2620)
This disables WM_INPUT forwarding to the input system while in game mode and makes ImGui listen to the synthetic keyboard events from the viewport instead - these synthetic events go through Qt's event system, so will only show up when the viewport "sees" a home key press.

Signed-off-by: nvsickle <nvsickle@amazon.com>
5 years ago
..
Tests Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorMetricsPlainTextNameRegistration.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorMetricsPlainTextNameRegistration.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LevelEditorMenuHandler.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LevelEditorMenuHandler.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
QtEditorApplication.cpp Fix the home key popping up ImGui when it shouldn't. (#2620) 5 years ago
QtEditorApplication.h Merge pull request #1250 from aws-lumberyard-dev/lawalfua/commonToolsApplication 5 years ago
QtEditorApplication_linux.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
QtEditorApplication_mac.mm Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago