From a3f23127a3435e1e979de95e2fe043b5493678e7 Mon Sep 17 00:00:00 2001 From: "fabio.olimpieri" Date: Fri, 25 Apr 2014 12:02:36 +0000 Subject: [PATCH] "Left ALT" calls Full Screen in Windows version --- src/computer.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/computer.c b/src/computer.c index 9be700d..91848bc 100644 --- a/src/computer.c +++ b/src/computer.c @@ -1421,6 +1421,11 @@ inline void read_keyboard () { if (!ordenador.vk_auto) {if (!ordenador.vk_is_active) virtkey_ir_activate(); else virtkey_ir_deactivate();} break; +#ifndef GEKKO + case SDLK_RALT: //Full_screen + SDL_Fullscreen_Switch(); + break; +#endif } // reorder joystick if screen is rotated