mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
no need for this now InputDialog works
This commit is contained in:
parent
2e45dd01e1
commit
fec47c7bee
@ -76,10 +76,6 @@ void Engine::mainLoop() {
|
||||
if (event.type == SDL_KEYDOWN) {
|
||||
if (event.key.keysym.sym == SDLK_q)
|
||||
return;
|
||||
else if (event.key.keysym.sym == SDLK_F12) {
|
||||
printf("Enter lua code, ^D to end\n> ");
|
||||
lua_dofile(NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user