Switching to fullscreen #407

This commit is contained in:
BADIM-PC\Vadim 2017-12-07 16:42:06 +03:00
parent ec1cf454a5
commit 3030b5bafa
1 changed files with 2 additions and 0 deletions

View File

@ -1511,6 +1511,8 @@ static void takeScreenshot()
static bool processShortcuts(SDL_KeyboardEvent* event)
{
if(event->repeat) return false;
SDL_Keymod mod = event->keysym.mod;
if(studio.mode == TIC_START_MODE) return true;