hapticsservices_plat/tactile_feedback_core_api/inc/tactilefeedback.h
branchRCL_3
changeset 37 09b094b73eb8
parent 36 39d4c97df8cb
equal deleted inserted replaced
36:39d4c97df8cb 37:09b094b73eb8
    90      *                        range for intensity is 0-100%. 
    90      *                        range for intensity is 0-100%. 
    91      */    
    91      */    
    92     IMPORT_C void ModifyFeedback( TInt aIntensity );
    92     IMPORT_C void ModifyFeedback( TInt aIntensity );
    93     
    93     
    94     /**
    94     /**
    95      * Stops the ongoing continuous feedback.
    95      * Stops the ongoing feedback.
    96      *
    96      *
    97      * @since S60 5.2
    97      * @since S60 5.2
    98      */    
    98      */    
    99     IMPORT_C void StopFeedback();
    99     IMPORT_C void StopFeedback();
   100     
   100