1
0
This commit is contained in:
otya128
2016-12-22 23:07:38 +09:00
parent 5ccf72c851
commit 78620cb167

View File

@@ -873,7 +873,8 @@ class PetitComputer
sendKey(Key(KeyOp.PASTE));
}
}
if(Button.START & buttonTable[event.key.keysym.scancode])
//TODO:mod key support
if(event.key.keysym.scancode == SDL_SCANCODE_C && (event.key.keysym.mod & 0xC0) || Button.START & buttonTable[event.key.keysym.scancode])
{
stop();
}