The Tactile feedback client API provides area registry based feedback and direct feedback to Symbian applications and UI components. You can use the API to add, modify and remove feedback areas, trigger direct feedback and disable feedback for certain UI components or the whole application.
To provide tactile feedback using the using the Tactile feedback client API, follow the steps below:
Include the header files touchfeedback.h and touchlogicalfeedback.h.
To provide tactile feedback for touch events in your applications, implement the following use cases:
Using area registry based feedback
Set feedback area
Change feedback area
Remove feedback area
Removing feedback from a control
The following use cases are optional, allowing you to use additional tactile feedback features:
Disabling and enabling feedback
Enable or disable feedback for you application
Enable or disable feedback for a control
Querying if feedback is supported
For an overview of using tactile feedback in your application, see Tactile feedback implementation example.