Change-Id: I1c81e38f31c8f32c32d630636dd8fcc5b1be4a22
//
// TIZEN_ONLY(20150715): Support input_panel_state_get
- _input_panel_state = ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW;
int layout = ecore_imf_context_input_panel_layout_get (ctx);
int layout_variation = ecore_imf_context_input_panel_layout_variation_get (ctx);
//
}
//
+ if (hw_keyboard_mode) {
+ LOGD("hw_keyboard_mode is TRUE, returning");
+ return EINA_FALSE;
+ }
+
+ _input_panel_state = ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW;
+
wl_text_input_show_input_panel(imcontext->text_input);
return EINA_TRUE;