Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / keyboard / keyboard_util.h
index 2321273..51001fe 100644 (file)
@@ -32,6 +32,15 @@ enum KeyboardControlEvent {
   KEYBOARD_CONTROL_MAX,
 };
 
+// Sets the state of the a11y onscreen keyboard.
+KEYBOARD_EXPORT void SetAccessibilityKeyboardEnabled(bool enabled);
+
+// Gets the state of the a11y onscreen keyboard.
+KEYBOARD_EXPORT bool GetAccessibilityKeyboardEnabled();
+
+// Gets the default keyboard layout.
+KEYBOARD_EXPORT std::string GetKeyboardLayout();
+
 // Returns true if the virtual keyboard is enabled.
 KEYBOARD_EXPORT bool IsKeyboardEnabled();