inputmethods_plat/aknfep_status_api/inc/AknFepInternalPSKeys.h
branchRCL_3
changeset 12 4eb1ae11334f
parent 10 6defe5d1bd39
child 43 ebd48d2de13c
--- a/inputmethods_plat/aknfep_status_api/inc/AknFepInternalPSKeys.h	Wed Mar 31 22:08:20 2010 +0300
+++ b/inputmethods_plat/aknfep_status_api/inc/AknFepInternalPSKeys.h	Wed Apr 14 16:18:34 2010 +0300
@@ -54,6 +54,30 @@
  */
 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