tactilefeedback/tactilefeedbackclient/inc/touchfeedbackclient.h
branchRCL_3
changeset 36 39d4c97df8cb
parent 21 f35d4b6d212e
child 37 09b094b73eb8
equal deleted inserted replaced
34:d57e599df233 36:39d4c97df8cb
   118      */                            
   118      */                            
   119     void ModifyFeedback( TUint32 aClientHandle,
   119     void ModifyFeedback( TUint32 aClientHandle,
   120                          TInt aIntensity );
   120                          TInt aIntensity );
   121     
   121     
   122     /**
   122     /**
   123      * Stops the feedback.
   123      * Stops the continuous feedback.
   124      *
   124      *
   125      * @since S60 5.2     
   125      * @since S60 5.2     
   126      * @param aClientHandle - Handle of a client to check if caller started
   126      * @param aClientHandle - Handle of a client to check if caller started
   127      *                        the playing feedback. 
   127      *                        the playing continuous feedback. 
   128      */                                
   128      */                                
   129     void StopFeedback( TUint32 aClientHandle );  
   129     void StopFeedback( TUint32 aClientHandle );  
   130 
   130 
   131     /**
   131     /**
   132      * Enables or disables audio or/and vibra feedback in whole device.
   132      * Enables or disables audio or/and vibra feedback in whole device.