Merge autoland to mozilla-central. a=merge
[gecko.git] / widget / windows / OSKVRManager.h
blob7c5a1afa0709838bd2f386a97022498be3271f12
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 OSKVRManager_h
8 #define OSKVRManager_h
10 namespace mozilla {
11 namespace widget {
13 class OSKVRManager final {
14 public:
15 static void ShowOnScreenKeyboard();
16 static void DismissOnScreenKeyboard();
19 } // namespace widget
20 } // namespace mozilla
22 #endif // OSKVRManager_h