From 5a937ede89579d88f294094165633cc120e10a97 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 8 Feb 2018 11:40:30 +0100 Subject: Fixed UWP controller to also run when in the background (ICE-8305) --- cpp/test/uwp/controller/App.xaml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/test/uwp/controller/App.xaml.h') diff --git a/cpp/test/uwp/controller/App.xaml.h b/cpp/test/uwp/controller/App.xaml.h index 354d2726504..2305d464a81 100644 --- a/cpp/test/uwp/controller/App.xaml.h +++ b/cpp/test/uwp/controller/App.xaml.h @@ -24,5 +24,7 @@ public: private: void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e); + void SessionRevoked(Platform::Object^, Windows::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundRevokedEventArgs^); + Windows::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundSession^ _session; }; } -- cgit v1.2.3