mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
XAML key bindings
This commit is contained in:
parent
7fb12fcc43
commit
749f2217f9
3 changed files with 33 additions and 1 deletions
|
@ -26,6 +26,10 @@ public:
|
|||
Windows::UI::Xaml::RoutedEventArgs const &);
|
||||
void OnURLEdited(Windows::Foundation::IInspectable const &,
|
||||
Windows::UI::Xaml::Input::KeyRoutedEventArgs const &);
|
||||
void OnURLFocused(Windows::Foundation::IInspectable const &);
|
||||
void OnURLKeyboardAccelerator(
|
||||
Windows::Foundation::IInspectable const &,
|
||||
Windows::UI::Xaml::Input::KeyboardAcceleratorInvokedEventArgs const &);
|
||||
void Shutdown();
|
||||
void LoadServoURI(Windows::Foundation::Uri uri);
|
||||
void SetTransientMode(bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue