inputmethods_plat/aknfep_status_api/inc/AknFepInternalPSKeys.h
branchRCL_3
changeset 12 4eb1ae11334f
parent 10 6defe5d1bd39
child 43 ebd48d2de13c
equal deleted inserted replaced
10:6defe5d1bd39 12:4eb1ae11334f
    52  * 0: Closed
    52  * 0: Closed
    53  * 1: Launched
    53  * 1: Launched
    54  */
    54  */
    55 const TUint32 KAknFepSettingDialogState = 0x00000002;
    55 const TUint32 KAknFepSettingDialogState = 0x00000002;
    56 
    56 
       
    57 /**
       
    58  * The virtual keyboard type
       
    59  *
       
    60  * Possible values:
       
    61  * 0: None
       
    62  * 1: Conventional 12 phone keypad
       
    63  * 2: 4x12 Qwerty keyboard.
       
    64  * 3: EPtiKeyboardQwerty4x10
       
    65  * 4: EPtiKeyboardQwerty3x11
       
    66  * 5: Half qwerty.
       
    67  * 6: EPtiKeyboardCustomQwerty
       
    68  */   
       
    69 const TUint32 KAknFepVirtualKeyboardType = 0x00000003;
       
    70 
       
    71 /**
       
    72  * Touch Input status. This key is updated by touch input according to the
       
    73  * opening and closing virtual keyboard events. 
       
    74  *
       
    75  * Possible values:
       
    76  * 0: virtual keyboard type is not active.
       
    77  * 1: virtual keyboard type is active.
       
    78  */  
       
    79 const TUint32 KAknFepTouchInputActive = 0x00000004;
       
    80 
    57 #endif
    81 #endif
    58 
    82 
    59 // End of file
    83 // End of file