Skip to content

Instantly share code, notes, and snippets.

@GregLukosek
Created February 20, 2018 12:10
Show Gist options
  • Save GregLukosek/07edfa61685f9042676db83ade80496a to your computer and use it in GitHub Desktop.
Save GregLukosek/07edfa61685f9042676db83ade80496a to your computer and use it in GitHub Desktop.
void App::OnLaunched(LaunchActivatedEventArgs^ e)
{
m_SplashScreen = e->SplashScreen;
InitializeUnity(e->Arguments);
//these two lines
auto av = Windows::UI::ViewManagement::ApplicationView::GetForCurrentView();
av->SetDesiredBoundsMode(Windows::UI::ViewManagement::ApplicationViewBoundsMode::UseCoreWindow);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment