X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fkeyboard%2Fkeyboard_util.h;h=51001fe36fa3db47f344fd6b83461337cbe10581;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=232127320b0be6913966c105d645ee074c8cbb1b;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/keyboard/keyboard_util.h b/src/ui/keyboard/keyboard_util.h index 2321273..51001fe 100644 --- a/src/ui/keyboard/keyboard_util.h +++ b/src/ui/keyboard/keyboard_util.h @@ -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();