coreapplicationuis/SysAp/Inc/sysapkeymanagement.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
    86                 /**
    86                 /**
    87                 * Handles of the captured up and down events.
    87                 * Handles of the captured up and down events.
    88                 */
    88                 */
    89                 RArray<TInt32> iUpAndDownKeyHandles; //Handles of keys when capturing them
    89                 RArray<TInt32> iUpAndDownKeyHandles; //Handles of keys when capturing them
    90                 
    90                 
    91                 RArray<TInt32> iLongKeyPressHandle ; //Handles long key when capturing them
       
    92                 /**
    91                 /**
    93                  * Tells if the plugin is a key provider plugin (plugin version 2)
    92                  * Tells if the plugin is a key provider plugin (plugin version 2)
    94                  */
    93                  */
    95                 TBool iIsKeyProvider;
    94                 TBool iIsKeyProvider;
    96                 
    95