mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Hololens - MediaSession controls UI
This commit is contained in:
parent
5cc68f5075
commit
c810962d78
3 changed files with 20 additions and 0 deletions
|
@ -143,4 +143,11 @@ void BrowserPage::OnURLEdited(IInspectable const &,
|
|||
}
|
||||
}
|
||||
|
||||
void BrowserPage::OnMediaControlsPlayClicked(
|
||||
Windows::Foundation::IInspectable const &,
|
||||
Windows::UI::Xaml::RoutedEventArgs const &) {}
|
||||
void BrowserPage::OnMediaControlsPauseClicked(
|
||||
Windows::Foundation::IInspectable const &,
|
||||
Windows::UI::Xaml::RoutedEventArgs const &) {}
|
||||
|
||||
} // namespace winrt::ServoApp::implementation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue