enlightenment/src/modules/conf_interaction/e_mod_main.h

18 lines
404 B
C

#ifndef E_MOD_MAIN_H
#define E_MOD_MAIN_H
E_Config_Dialog *e_int_config_interaction(Evas_Object *parent, const char *params EINA_UNUSED);
E_Config_Dialog *e_int_config_mouse(Evas_Object *parent, const char *params EINA_UNUSED);
/**
* @addtogroup Optional_Conf
* @{
*
* @defgroup Module_Conf_Interaction Interaction Configuration
*
* Configure mouse and touch screen behavior.
*
* @}
*/
#endif