inputmethods_plat/aknfep_status_api/inc/AknFepInternalPSKeys.h
branchRCL_3
changeset 20 ebd48d2de13c
parent 8 4eb1ae11334f
child 21 ecbabf52600f
equal deleted inserted replaced
19:ac7e4d1d9209 20:ebd48d2de13c
    43  * 2: Pressed
    43  * 2: Pressed
    44  * 3: Locked
    44  * 3: Locked
    45  */
    45  */
    46 const TUint32 KAknFepFnKeyState = 0x00000001;
    46 const TUint32 KAknFepFnKeyState = 0x00000001;
    47 
    47 
    48 /**
       
    49  * The Predictive Setting Dialog State
       
    50  *
       
    51  * Possible values:
       
    52  * 0: Closed
       
    53  * 1: Launched
       
    54  */
       
    55 const TUint32 KAknFepSettingDialogState = 0x00000002;
       
    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 
       
    81 #endif
    48 #endif
    82 
    49 
    83 // End of file
    50 // End of file