1
0

Add START key assignment

This commit is contained in:
otya128
2016-12-23 16:12:08 +09:00
parent ec27f9df15
commit 0b9fd70bcb

View File

@@ -688,6 +688,7 @@ class PetitComputer
controllerTable[SDL_CONTROLLER_BUTTON_Y] = Button.Y; controllerTable[SDL_CONTROLLER_BUTTON_Y] = Button.Y;
controllerTable[SDL_CONTROLLER_BUTTON_LEFTSHOULDER] = Button.L; controllerTable[SDL_CONTROLLER_BUTTON_LEFTSHOULDER] = Button.L;
controllerTable[SDL_CONTROLLER_BUTTON_RIGHTSHOULDER] = Button.R; controllerTable[SDL_CONTROLLER_BUTTON_RIGHTSHOULDER] = Button.R;
controllerTable[SDL_CONTROLLER_BUTTON_START] = Button.START;
if(!window) if(!window)
{ {
write("can't create window: "); write("can't create window: ");