Move remaining two LyShine headers to the gem

Signed-off-by: abrmich <abrmich@amazon.com>
This commit is contained in:
abrmich
2022-01-18 16:13:28 -08:00
parent 08d4ddeb8a
commit c262696056
8 changed files with 4 additions and 14 deletions
-3
View File
@@ -134,7 +134,6 @@ LRESULT WINAPI WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
#include <PNoise3.h>
#include <LyShine/Bus/UiCursorBus.h>
#include <AzFramework/Asset/AssetSystemBus.h>
#include <AzFramework/Input/Buses/Requests/InputSystemRequestBus.h>
@@ -1374,7 +1373,6 @@ bool CSystem::HandleMessage([[maybe_unused]] HWND hWnd, UINT uMsg, WPARAM wParam
// Fall through intended
case WM_ENTERMENULOOP:
{
UiCursorBus::Broadcast(&UiCursorInterface::IncrementVisibleCounter);
return true;
}
case WM_CAPTURECHANGED:
@@ -1392,7 +1390,6 @@ bool CSystem::HandleMessage([[maybe_unused]] HWND hWnd, UINT uMsg, WPARAM wParam
// Fall through intended
case WM_EXITMENULOOP:
{
UiCursorBus::Broadcast(&UiCursorInterface::DecrementVisibleCounter);
return (uMsg != WM_CAPTURECHANGED);
}
case WM_SYSKEYUP: