Bug 1861709 replace AudioCallbackDriver::ThreadRunning() assertions that mean to...
[gecko.git] / widget / windows / OSKInputPaneManager.h
blob421a5f1e0291ae8cfbbb552f27b72090a7581935
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim:set ts=2 sts=2 sw=2 et cin: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef mozilla_widget_OSKInputPaneManager_h
8 #define mozilla_widget_OSKInputPaneManager_h
10 #include <windows.h>
12 namespace mozilla {
13 namespace widget {
15 class OSKInputPaneManager final {
16 public:
17 static void ShowOnScreenKeyboard(HWND aHwnd);
18 static void DismissOnScreenKeyboard(HWND aHwnd);
21 } // namespace widget
22 } // namespace mozilla
24 #endif // mozilla_widget_OSKInputPaneManager_h