Support return key type in keyboard input mode
[platform/core/uifw/inputdelegator.git] / inc / w-input-selector.h
index 92662e1..774f351 100755 (executable)
@@ -106,6 +106,7 @@ struct _InputKeyboardData
 {
        char *guide_text;
        char *default_text;
+       char *return_key_type;
 };
 typedef struct _InputKeyboardData InputKeyboardData;