Switching to fullscreen #407
This commit is contained in:
parent
ec1cf454a5
commit
3030b5bafa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue