*/
/**
+ * @defgroup longpress_group Longpress
+ * @ingroup elm_infra_group
+ *
+ * @brief Configuration for longpress events.
+ *
+ * @{
+ */
+
+/**
* Get the duration for occurring long press event.
*
* @return Timeout for long press event
*/
EAPI void elm_config_longpress_timeout_set(double longpress_timeout);
+/**
+ * @}
+ */
+
+/**
+ * @defgroup softcursor_group Sotfcursor
+ * @ingroup elm_infra_group
+ *
+ * @brief Configuration for softcursor.
+ *
+ * @{
+ */
+
typedef enum _Elm_Softcursor_Mode
{
ELM_SOFTCURSOR_MODE_AUTO, /**< Auto-detect if a software cursor should be used (default) */
EAPI Elm_Softcursor_Mode elm_config_softcursor_mode_get(void);
/**
+ * @}
+ */
+
+/**
+ * @ingroup Elm_Tooltips
+ * @{
+ */
+
+/**
* @MOBILE_ONLY
*
* Get the duration after which tooltip will be shown.
EAPI void elm_config_tooltip_delay_set(double delay);
/**
+ * @}
+ */
+
+/**
* Get the configured cursor engine only usage
*
* This gets the globally configured exclusive usage of engine cursors.