Remove Immersive Mode demo

This commit is contained in:
Paul Rouget 2019-08-16 07:26:14 +02:00
parent d09692664e
commit 42f2c472f7
25 changed files with 0 additions and 2664 deletions

View file

@ -5,18 +5,14 @@
#pragma once
#include "BrowserPage.g.h"
#include "ImmersiveView.h"
#include "ServoControl\ServoControl.h"
namespace winrt::ServoApp::implementation {
struct BrowserPage : BrowserPageT<BrowserPage> {
public:
BrowserPage();
void OnImmersiveButtonClicked(Windows::Foundation::IInspectable const &,
Windows::UI::Xaml::RoutedEventArgs const &);
void OnForwardButtonClicked(Windows::Foundation::IInspectable const &,
Windows::UI::Xaml::RoutedEventArgs const &);
void OnBackButtonClicked(Windows::Foundation::IInspectable const &,
@ -30,7 +26,6 @@ public:
void Shutdown();
private:
winrt::ServoApp::ImmersiveViewSource mImmersiveViewSource;
void BindServoEvents();
};
} // namespace winrt::ServoApp::implementation