mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Remove Immersive Mode demo
This commit is contained in:
parent
d09692664e
commit
42f2c472f7
25 changed files with 0 additions and 2664 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue