coreapplicationuis/SysAp/Inc/sysapkeymanagement.h
changeset 48 2222076f5c60
parent 0 2e3d3ce01487
child 63 c2c61fdca848
child 81 676b6116ca93
equal deleted inserted replaced
40:951aeeb3da43 48:2222076f5c60
    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
    91                 /**
    92                 /**
    92                  * Tells if the plugin is a key provider plugin (plugin version 2)
    93                  * Tells if the plugin is a key provider plugin (plugin version 2)
    93                  */
    94                  */
    94                 TBool iIsKeyProvider;
    95                 TBool iIsKeyProvider;
    95                 
    96