textinput/peninputfingerhwrar/inc/peninputfingerhwrar.hrh
branchRCL_3
changeset 3 f5a1e66df979
child 5 a47de9135b21
equal deleted inserted replaced
0:eb1f2e154e89 3:f5a1e66df979
       
     1 /*
       
     2 * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource headers for project peninputfingerhwrar
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PENINPUTFINGERHWRAR_HRH
       
    20 #define PENINPUTFINGERHWRAR_HRH
       
    21 
       
    22 #include <AknFepGlobalEnums.h>    
       
    23 
       
    24 /**
       
    25  *  special scancode as virtual key mark.
       
    26  * 
       
    27  *  @lib peninputfingerhwr.lib
       
    28  *  @since S60 v5.0
       
    29  */
       
    30 enum TVirtualKeyMark
       
    31     {
       
    32     EVkMarkEmotion =  0xFFFE
       
    33     };
       
    34 
       
    35 enum TFirstCandidateType
       
    36     {
       
    37     ECandDefaultFirst,
       
    38     ECandLatinCharFirst,
       
    39     ECandLatinNumFirst,
       
    40     ECandArabicCharFirst,
       
    41     ECandArabicIndicNumFirst
       
    42     };
       
    43 #endif //PENINPUTFINGERHWRAR_HRH
       
    44 
       
    45 //End Of File