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
15 class OSKInputPaneManager final
{
17 static void ShowOnScreenKeyboard(HWND aHwnd
);
18 static void DismissOnScreenKeyboard(HWND aHwnd
);
22 } // namespace mozilla
24 #endif // mozilla_widget_OSKInputPaneManager_h