X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fefl_util.h;h=ed8755dd3999dbda4f1c1f866fd485536e7724f4;hb=fddf133798ef8e393ad52c2cbfcd0013e78eaeac;hp=981c4e4d716b9907bd6b975bfa49067ce9e6574b;hpb=2378531fb3efb7b94b7b5f3cc4588728c9c9415d;p=platform%2Fcore%2Fapi%2Fefl-util.git diff --git a/include/efl_util.h b/include/efl_util.h index 981c4e4..ed8755d 100644 --- a/include/efl_util.h +++ b/include/efl_util.h @@ -341,6 +341,25 @@ API efl_util_inputgen_h efl_util_input_initialize_generator_with_sync(unsigned i /** * @platform + * @brief Requests to set the maximum touch count. + * @since_tizen 6.5 + * @privlevel platform + * @privilege %http://tizen.org/privilege/inputgenerator + * @remarks If you would like to generate more touch count supported than the display server supports, + you can use this API to increase the maximum touch count. + Note that this API returns success only when there is no configuration enabled + about maximum touch count in the display server. + * @param[in] max_count The maximum number of touches want to generate. + * @return @c 0 on success, otherwise a negative error value + * @retval #EFL_UTIL_ERROR_NONE Successful + * @retval #EFL_UTIL_ERROR_INVALID_PARAMETER Invalid parameter + * @retval #EFL_UTIL_ERROR_PERMISSION_DENIED Has no permission to deinitialize input generator + * @retval #EFL_UTIL_ERROR_NO_RESOURCE_AVAILABLE Resource is not available + */ +API int efl_util_input_set_touch_count(int max_count); + +/** + * @platform * @brief Deinitializes system and close opened devices. * @since_tizen @if WEARABLE 3.0 @else 2.4 @endif * @privlevel platform @@ -546,6 +565,7 @@ API int efl_util_screenshot_deinitialize(efl_util_screenshot_h screenshot); */ /** + * @NOT_AVAILABLE_ON_TV * @addtogroup CAPI_EFL_UTIL_GESTURE_MODULE * @{ */