* @brief Enables the current device's touchscreen device to start.
* @details Enables the touchscreen device and registers a callback function to be invoked when the operation is completed asynchronously.
* @since_tizen 6.0
+ * @privilege %http://tizen.org/privilege/internal/default/platform
* @remarks Ensure the callback @a cb signature is the as described below.
* @param[in] cb The callback function to be called when the operation is completed.
* The callback function should have the following signature:
* @brief Disables the current device's touchscreen device to stop.
* @details Disables the touchscreen device and registers a callback function to be invoked when the operation is completed asynchronously.
* @since_tizen 6.0
+ * @privilege %http://tizen.org/privilege/internal/default/platform
* @remarks Ensure the callback @a cb signature is the as described below.
* @param[in] cb The callback function to be called when the operation is completed.
* The callback function should have the following signature: