mirror of https://github.com/libsdl-org/SDL.git
Move default
This commit is contained in:
parent
3b58ad9d48
commit
80ff0f45fd
|
|
@ -380,9 +380,9 @@ SDL_AppResult SDL_AppEvent(void *appstate, SDL_Event *event)
|
|||
case SDL_EVENT_KEY_DOWN:
|
||||
return handle_key_event_(ctx, event->key.scancode);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return SDL_APP_CONTINUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue