mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-05 02:04:31 +00:00
Move default
This commit is contained in:
committed by
Sam Lantinga
parent
3b58ad9d48
commit
80ff0f45fd
@@ -380,9 +380,9 @@ SDL_AppResult SDL_AppEvent(void *appstate, SDL_Event *event)
|
|||||||
case SDL_EVENT_KEY_DOWN:
|
case SDL_EVENT_KEY_DOWN:
|
||||||
return handle_key_event_(ctx, event->key.scancode);
|
return handle_key_event_(ctx, event->key.scancode);
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
return SDL_APP_CONTINUE;
|
return SDL_APP_CONTINUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user