Implemented Layers and LayerStack

This commit is contained in:
Simon Lübeß
2020-11-09 00:10:02 +01:00
parent aa2165ef77
commit efb46ff25c
6 changed files with 148 additions and 15 deletions
@@ -348,9 +348,7 @@ namespace GlitchyEngine.Platform.Windows
{
/* Remove beeping sound when ALT + some key is pressed. */
if ( wParam == SC_KEYMENU )
{
return 0;
}
}
// Window closing
case WM_CLOSE: