1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
4 /* This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
8 #ifndef mozilla_widget_PuppetBidiKeyboard_h_
9 #define mozilla_widget_PuppetBidiKeyboard_h_
11 #include "nsIBidiKeyboard.h"
16 class PuppetBidiKeyboard final
: public nsIBidiKeyboard
{
19 NS_DECL_NSIBIDIKEYBOARD
23 void SetBidiKeyboardInfo(bool aIsLangRTL
, bool aHaveBidiKeyboards
);
26 ~PuppetBidiKeyboard();
29 bool mHaveBidiKeyboards
;
33 } // namespace mozilla
35 #endif // mozilla_widget_PuppetBidiKeyboard_h_