--- a/inputmethods_plat/aknfep_status_api/inc/AknFepInternalPSKeys.h Tue Aug 31 15:31:50 2010 +0300
+++ b/inputmethods_plat/aknfep_status_api/inc/AknFepInternalPSKeys.h Wed Sep 01 12:23:33 2010 +0100
@@ -45,6 +45,39 @@
*/
const TUint32 KAknFepFnKeyState = 0x00000001;
+/**
+ * The Predictive Setting Dialog State
+ *
+ * Possible values:
+ * 0: Closed
+ * 1: Launched
+ */
+const TUint32 KAknFepSettingDialogState = 0x00000002;
+
+/**
+ * The virtual keyboard type
+ *
+ * Possible values:
+ * 0: None
+ * 1: Conventional 12 phone keypad
+ * 2: 4x12 Qwerty keyboard.
+ * 3: EPtiKeyboardQwerty4x10
+ * 4: EPtiKeyboardQwerty3x11
+ * 5: Half qwerty.
+ * 6: EPtiKeyboardCustomQwerty
+ */
+const TUint32 KAknFepVirtualKeyboardType = 0x00000003;
+
+/**
+ * Touch Input status. This key is updated by touch input according to the
+ * opening and closing virtual keyboard events.
+ *
+ * Possible values:
+ * 0: virtual keyboard type is not active.
+ * 1: virtual keyboard type is active.
+ */
+const TUint32 KAknFepTouchInputActive = 0x00000004;
+
#endif
// End of file